20 lines
3.0 KiB
TypeScript
20 lines
3.0 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const CommunicationUncheckedCreateNestedManyWithoutPatientInputObjectSchema: z.ZodType<Prisma.CommunicationUncheckedCreateNestedManyWithoutPatientInput>;
|
|
export declare const CommunicationUncheckedCreateNestedManyWithoutPatientInputObjectZodSchema: z.ZodObject<{
|
|
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CommunicationCreateWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationCreateWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CommunicationCreateWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationCreateWithoutPatientInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.CommunicationUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationUncheckedCreateWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CommunicationUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationUncheckedCreateWithoutPatientInput>>, "many">]>>;
|
|
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CommunicationCreateOrConnectWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationCreateOrConnectWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CommunicationCreateOrConnectWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationCreateOrConnectWithoutPatientInput>>, "many">]>>;
|
|
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CommunicationCreateManyPatientInputEnvelope, z.ZodTypeDef, Prisma.CommunicationCreateManyPatientInputEnvelope>>>;
|
|
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CommunicationWhereUniqueInput, z.ZodTypeDef, Prisma.CommunicationWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CommunicationWhereUniqueInput, z.ZodTypeDef, Prisma.CommunicationWhereUniqueInput>>, "many">]>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create?: Prisma.CommunicationCreateWithoutPatientInput | Prisma.CommunicationUncheckedCreateWithoutPatientInput | Prisma.CommunicationCreateWithoutPatientInput[] | Prisma.CommunicationUncheckedCreateWithoutPatientInput[] | undefined;
|
|
connectOrCreate?: Prisma.CommunicationCreateOrConnectWithoutPatientInput | Prisma.CommunicationCreateOrConnectWithoutPatientInput[] | undefined;
|
|
createMany?: Prisma.CommunicationCreateManyPatientInputEnvelope | undefined;
|
|
connect?: Prisma.CommunicationWhereUniqueInput | Prisma.CommunicationWhereUniqueInput[] | undefined;
|
|
}, {
|
|
create?: Prisma.CommunicationCreateWithoutPatientInput | Prisma.CommunicationUncheckedCreateWithoutPatientInput | Prisma.CommunicationCreateWithoutPatientInput[] | Prisma.CommunicationUncheckedCreateWithoutPatientInput[] | undefined;
|
|
connectOrCreate?: Prisma.CommunicationCreateOrConnectWithoutPatientInput | Prisma.CommunicationCreateOrConnectWithoutPatientInput[] | undefined;
|
|
createMany?: Prisma.CommunicationCreateManyPatientInputEnvelope | undefined;
|
|
connect?: Prisma.CommunicationWhereUniqueInput | Prisma.CommunicationWhereUniqueInput[] | undefined;
|
|
}>;
|
|
//# sourceMappingURL=CommunicationUncheckedCreateNestedManyWithoutPatientInput.schema.d.ts.map
|