17 lines
1.7 KiB
TypeScript
17 lines
1.7 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const AppointmentUpsertWithWhereUniqueWithoutPatientInputObjectSchema: z.ZodType<Prisma.AppointmentUpsertWithWhereUniqueWithoutPatientInput>;
|
|
export declare const AppointmentUpsertWithWhereUniqueWithoutPatientInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodLazy<z.ZodType<Prisma.AppointmentWhereUniqueInput, z.ZodTypeDef, Prisma.AppointmentWhereUniqueInput>>;
|
|
update: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentUpdateWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentUpdateWithoutPatientInput>>, z.ZodLazy<z.ZodType<Prisma.AppointmentUncheckedUpdateWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentUncheckedUpdateWithoutPatientInput>>]>;
|
|
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentCreateWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentCreateWithoutPatientInput>>, z.ZodLazy<z.ZodType<Prisma.AppointmentUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentUncheckedCreateWithoutPatientInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create: Prisma.AppointmentUncheckedCreateWithoutPatientInput | Prisma.AppointmentCreateWithoutPatientInput;
|
|
where: Prisma.AppointmentWhereUniqueInput;
|
|
update: Prisma.AppointmentUncheckedUpdateWithoutPatientInput | Prisma.AppointmentUpdateWithoutPatientInput;
|
|
}, {
|
|
create: Prisma.AppointmentUncheckedCreateWithoutPatientInput | Prisma.AppointmentCreateWithoutPatientInput;
|
|
where: Prisma.AppointmentWhereUniqueInput;
|
|
update: Prisma.AppointmentUncheckedUpdateWithoutPatientInput | Prisma.AppointmentUpdateWithoutPatientInput;
|
|
}>;
|
|
//# sourceMappingURL=AppointmentUpsertWithWhereUniqueWithoutPatientInput.schema.d.ts.map
|