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

20 lines
2.7 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const PdfFileUncheckedCreateNestedManyWithoutGroupInputObjectSchema: z.ZodType<Prisma.PdfFileUncheckedCreateNestedManyWithoutGroupInput>;
export declare const PdfFileUncheckedCreateNestedManyWithoutGroupInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfFileCreateWithoutGroupInput, z.ZodTypeDef, Prisma.PdfFileCreateWithoutGroupInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfFileCreateWithoutGroupInput, z.ZodTypeDef, Prisma.PdfFileCreateWithoutGroupInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.PdfFileUncheckedCreateWithoutGroupInput, z.ZodTypeDef, Prisma.PdfFileUncheckedCreateWithoutGroupInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfFileUncheckedCreateWithoutGroupInput, z.ZodTypeDef, Prisma.PdfFileUncheckedCreateWithoutGroupInput>>, "many">]>>;
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfFileCreateOrConnectWithoutGroupInput, z.ZodTypeDef, Prisma.PdfFileCreateOrConnectWithoutGroupInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfFileCreateOrConnectWithoutGroupInput, z.ZodTypeDef, Prisma.PdfFileCreateOrConnectWithoutGroupInput>>, "many">]>>;
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PdfFileCreateManyGroupInputEnvelope, z.ZodTypeDef, Prisma.PdfFileCreateManyGroupInputEnvelope>>>;
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfFileWhereUniqueInput, z.ZodTypeDef, Prisma.PdfFileWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfFileWhereUniqueInput, z.ZodTypeDef, Prisma.PdfFileWhereUniqueInput>>, "many">]>>;
}, "strict", z.ZodTypeAny, {
create?: Prisma.PdfFileCreateWithoutGroupInput | Prisma.PdfFileUncheckedCreateWithoutGroupInput | Prisma.PdfFileCreateWithoutGroupInput[] | Prisma.PdfFileUncheckedCreateWithoutGroupInput[] | undefined;
connectOrCreate?: Prisma.PdfFileCreateOrConnectWithoutGroupInput | Prisma.PdfFileCreateOrConnectWithoutGroupInput[] | undefined;
createMany?: Prisma.PdfFileCreateManyGroupInputEnvelope | undefined;
connect?: Prisma.PdfFileWhereUniqueInput | Prisma.PdfFileWhereUniqueInput[] | undefined;
}, {
create?: Prisma.PdfFileCreateWithoutGroupInput | Prisma.PdfFileUncheckedCreateWithoutGroupInput | Prisma.PdfFileCreateWithoutGroupInput[] | Prisma.PdfFileUncheckedCreateWithoutGroupInput[] | undefined;
connectOrCreate?: Prisma.PdfFileCreateOrConnectWithoutGroupInput | Prisma.PdfFileCreateOrConnectWithoutGroupInput[] | undefined;
createMany?: Prisma.PdfFileCreateManyGroupInputEnvelope | undefined;
connect?: Prisma.PdfFileWhereUniqueInput | Prisma.PdfFileWhereUniqueInput[] | undefined;
}>;
//# sourceMappingURL=PdfFileUncheckedCreateNestedManyWithoutGroupInput.schema.d.ts.map