20 lines
2.9 KiB
TypeScript
20 lines
2.9 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const AppointmentUncheckedCreateNestedManyWithoutPatientInputObjectSchema: z.ZodType<Prisma.AppointmentUncheckedCreateNestedManyWithoutPatientInput>;
|
|
export declare const AppointmentUncheckedCreateNestedManyWithoutPatientInputObjectZodSchema: z.ZodObject<{
|
|
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentCreateWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentCreateWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentCreateWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentCreateWithoutPatientInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.AppointmentUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentUncheckedCreateWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentUncheckedCreateWithoutPatientInput>>, "many">]>>;
|
|
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentCreateOrConnectWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentCreateOrConnectWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentCreateOrConnectWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentCreateOrConnectWithoutPatientInput>>, "many">]>>;
|
|
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.AppointmentCreateManyPatientInputEnvelope, z.ZodTypeDef, Prisma.AppointmentCreateManyPatientInputEnvelope>>>;
|
|
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentWhereUniqueInput, z.ZodTypeDef, Prisma.AppointmentWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentWhereUniqueInput, z.ZodTypeDef, Prisma.AppointmentWhereUniqueInput>>, "many">]>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create?: Prisma.AppointmentUncheckedCreateWithoutPatientInput | Prisma.AppointmentCreateWithoutPatientInput | Prisma.AppointmentCreateWithoutPatientInput[] | Prisma.AppointmentUncheckedCreateWithoutPatientInput[] | undefined;
|
|
connectOrCreate?: Prisma.AppointmentCreateOrConnectWithoutPatientInput | Prisma.AppointmentCreateOrConnectWithoutPatientInput[] | undefined;
|
|
createMany?: Prisma.AppointmentCreateManyPatientInputEnvelope | undefined;
|
|
connect?: Prisma.AppointmentWhereUniqueInput | Prisma.AppointmentWhereUniqueInput[] | undefined;
|
|
}, {
|
|
create?: Prisma.AppointmentUncheckedCreateWithoutPatientInput | Prisma.AppointmentCreateWithoutPatientInput | Prisma.AppointmentCreateWithoutPatientInput[] | Prisma.AppointmentUncheckedCreateWithoutPatientInput[] | undefined;
|
|
connectOrCreate?: Prisma.AppointmentCreateOrConnectWithoutPatientInput | Prisma.AppointmentCreateOrConnectWithoutPatientInput[] | undefined;
|
|
createMany?: Prisma.AppointmentCreateManyPatientInputEnvelope | undefined;
|
|
connect?: Prisma.AppointmentWhereUniqueInput | Prisma.AppointmentWhereUniqueInput[] | undefined;
|
|
}>;
|
|
//# sourceMappingURL=AppointmentUncheckedCreateNestedManyWithoutPatientInput.schema.d.ts.map
|