initial commit
This commit is contained in:
20
packages/db/shared/schemas/objects/PdfFileUncheckedCreateNestedManyWithoutGroupInput.schema.d.ts
vendored
Normal file
20
packages/db/shared/schemas/objects/PdfFileUncheckedCreateNestedManyWithoutGroupInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
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
|
||||
Reference in New Issue
Block a user