Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/CloudFileUncheckedCreateNestedManyWithoutUserInput.schema.d.ts
2026-04-04 22:13:55 -04:00

20 lines
2.8 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const CloudFileUncheckedCreateNestedManyWithoutUserInputObjectSchema: z.ZodType<Prisma.CloudFileUncheckedCreateNestedManyWithoutUserInput>;
export declare const CloudFileUncheckedCreateNestedManyWithoutUserInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileCreateWithoutUserInput, z.ZodTypeDef, Prisma.CloudFileCreateWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileCreateWithoutUserInput, z.ZodTypeDef, Prisma.CloudFileCreateWithoutUserInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.CloudFileUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.CloudFileUncheckedCreateWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.CloudFileUncheckedCreateWithoutUserInput>>, "many">]>>;
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileCreateOrConnectWithoutUserInput, z.ZodTypeDef, Prisma.CloudFileCreateOrConnectWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileCreateOrConnectWithoutUserInput, z.ZodTypeDef, Prisma.CloudFileCreateOrConnectWithoutUserInput>>, "many">]>>;
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CloudFileCreateManyUserInputEnvelope, z.ZodTypeDef, Prisma.CloudFileCreateManyUserInputEnvelope>>>;
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFileWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFileWhereUniqueInput>>, "many">]>>;
}, "strict", z.ZodTypeAny, {
create?: Prisma.CloudFileUncheckedCreateWithoutUserInput | Prisma.CloudFileCreateWithoutUserInput | Prisma.CloudFileCreateWithoutUserInput[] | Prisma.CloudFileUncheckedCreateWithoutUserInput[] | undefined;
connectOrCreate?: Prisma.CloudFileCreateOrConnectWithoutUserInput | Prisma.CloudFileCreateOrConnectWithoutUserInput[] | undefined;
createMany?: Prisma.CloudFileCreateManyUserInputEnvelope | undefined;
connect?: Prisma.CloudFileWhereUniqueInput | Prisma.CloudFileWhereUniqueInput[] | undefined;
}, {
create?: Prisma.CloudFileUncheckedCreateWithoutUserInput | Prisma.CloudFileCreateWithoutUserInput | Prisma.CloudFileCreateWithoutUserInput[] | Prisma.CloudFileUncheckedCreateWithoutUserInput[] | undefined;
connectOrCreate?: Prisma.CloudFileCreateOrConnectWithoutUserInput | Prisma.CloudFileCreateOrConnectWithoutUserInput[] | undefined;
createMany?: Prisma.CloudFileCreateManyUserInputEnvelope | undefined;
connect?: Prisma.CloudFileWhereUniqueInput | Prisma.CloudFileWhereUniqueInput[] | undefined;
}>;
//# sourceMappingURL=CloudFileUncheckedCreateNestedManyWithoutUserInput.schema.d.ts.map