17 lines
1.5 KiB
TypeScript
17 lines
1.5 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const PdfGroupCreateNestedOneWithoutPdfsInputObjectSchema: z.ZodType<Prisma.PdfGroupCreateNestedOneWithoutPdfsInput>;
|
|
export declare const PdfGroupCreateNestedOneWithoutPdfsInputObjectZodSchema: z.ZodObject<{
|
|
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfGroupCreateWithoutPdfsInput, z.ZodTypeDef, Prisma.PdfGroupCreateWithoutPdfsInput>>, z.ZodLazy<z.ZodType<Prisma.PdfGroupUncheckedCreateWithoutPdfsInput, z.ZodTypeDef, Prisma.PdfGroupUncheckedCreateWithoutPdfsInput>>]>>;
|
|
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PdfGroupCreateOrConnectWithoutPdfsInput, z.ZodTypeDef, Prisma.PdfGroupCreateOrConnectWithoutPdfsInput>>>;
|
|
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PdfGroupWhereUniqueInput, z.ZodTypeDef, Prisma.PdfGroupWhereUniqueInput>>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create?: Prisma.PdfGroupCreateWithoutPdfsInput | Prisma.PdfGroupUncheckedCreateWithoutPdfsInput | undefined;
|
|
connectOrCreate?: Prisma.PdfGroupCreateOrConnectWithoutPdfsInput | undefined;
|
|
connect?: Prisma.PdfGroupWhereUniqueInput | undefined;
|
|
}, {
|
|
create?: Prisma.PdfGroupCreateWithoutPdfsInput | Prisma.PdfGroupUncheckedCreateWithoutPdfsInput | undefined;
|
|
connectOrCreate?: Prisma.PdfGroupCreateOrConnectWithoutPdfsInput | undefined;
|
|
connect?: Prisma.PdfGroupWhereUniqueInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=PdfGroupCreateNestedOneWithoutPdfsInput.schema.d.ts.map
|