20 lines
2.7 KiB
TypeScript
20 lines
2.7 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const PdfFileCreateNestedManyWithoutGroupInputObjectSchema: z.ZodType<Prisma.PdfFileCreateNestedManyWithoutGroupInput>;
|
|
export declare const PdfFileCreateNestedManyWithoutGroupInputObjectZodSchema: 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=PdfFileCreateNestedManyWithoutGroupInput.schema.d.ts.map
|