20 lines
2.8 KiB
TypeScript
20 lines
2.8 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const PdfGroupCreateNestedManyWithoutPatientInputObjectSchema: z.ZodType<Prisma.PdfGroupCreateNestedManyWithoutPatientInput>;
|
|
export declare const PdfGroupCreateNestedManyWithoutPatientInputObjectZodSchema: z.ZodObject<{
|
|
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfGroupCreateWithoutPatientInput, z.ZodTypeDef, Prisma.PdfGroupCreateWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfGroupCreateWithoutPatientInput, z.ZodTypeDef, Prisma.PdfGroupCreateWithoutPatientInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.PdfGroupUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.PdfGroupUncheckedCreateWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfGroupUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.PdfGroupUncheckedCreateWithoutPatientInput>>, "many">]>>;
|
|
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfGroupCreateOrConnectWithoutPatientInput, z.ZodTypeDef, Prisma.PdfGroupCreateOrConnectWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfGroupCreateOrConnectWithoutPatientInput, z.ZodTypeDef, Prisma.PdfGroupCreateOrConnectWithoutPatientInput>>, "many">]>>;
|
|
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PdfGroupCreateManyPatientInputEnvelope, z.ZodTypeDef, Prisma.PdfGroupCreateManyPatientInputEnvelope>>>;
|
|
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfGroupWhereUniqueInput, z.ZodTypeDef, Prisma.PdfGroupWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfGroupWhereUniqueInput, z.ZodTypeDef, Prisma.PdfGroupWhereUniqueInput>>, "many">]>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create?: Prisma.PdfGroupCreateWithoutPatientInput | Prisma.PdfGroupUncheckedCreateWithoutPatientInput | Prisma.PdfGroupCreateWithoutPatientInput[] | Prisma.PdfGroupUncheckedCreateWithoutPatientInput[] | undefined;
|
|
connectOrCreate?: Prisma.PdfGroupCreateOrConnectWithoutPatientInput | Prisma.PdfGroupCreateOrConnectWithoutPatientInput[] | undefined;
|
|
createMany?: Prisma.PdfGroupCreateManyPatientInputEnvelope | undefined;
|
|
connect?: Prisma.PdfGroupWhereUniqueInput | Prisma.PdfGroupWhereUniqueInput[] | undefined;
|
|
}, {
|
|
create?: Prisma.PdfGroupCreateWithoutPatientInput | Prisma.PdfGroupUncheckedCreateWithoutPatientInput | Prisma.PdfGroupCreateWithoutPatientInput[] | Prisma.PdfGroupUncheckedCreateWithoutPatientInput[] | undefined;
|
|
connectOrCreate?: Prisma.PdfGroupCreateOrConnectWithoutPatientInput | Prisma.PdfGroupCreateOrConnectWithoutPatientInput[] | undefined;
|
|
createMany?: Prisma.PdfGroupCreateManyPatientInputEnvelope | undefined;
|
|
connect?: Prisma.PdfGroupWhereUniqueInput | Prisma.PdfGroupWhereUniqueInput[] | undefined;
|
|
}>;
|
|
//# sourceMappingURL=PdfGroupCreateNestedManyWithoutPatientInput.schema.d.ts.map
|