17 lines
1.9 KiB
TypeScript
17 lines
1.9 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const AppointmentProcedureUpsertWithWhereUniqueWithoutPatientInputObjectSchema: z.ZodType<Prisma.AppointmentProcedureUpsertWithWhereUniqueWithoutPatientInput>;
|
|
export declare const AppointmentProcedureUpsertWithWhereUniqueWithoutPatientInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureWhereUniqueInput, z.ZodTypeDef, Prisma.AppointmentProcedureWhereUniqueInput>>;
|
|
update: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUpdateWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentProcedureUpdateWithoutPatientInput>>, z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUncheckedUpdateWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentProcedureUncheckedUpdateWithoutPatientInput>>]>;
|
|
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureCreateWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentProcedureCreateWithoutPatientInput>>, z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentProcedureUncheckedCreateWithoutPatientInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create: Prisma.AppointmentProcedureUncheckedCreateWithoutPatientInput | Prisma.AppointmentProcedureCreateWithoutPatientInput;
|
|
where: Prisma.AppointmentProcedureWhereUniqueInput;
|
|
update: Prisma.AppointmentProcedureUncheckedUpdateWithoutPatientInput | Prisma.AppointmentProcedureUpdateWithoutPatientInput;
|
|
}, {
|
|
create: Prisma.AppointmentProcedureUncheckedCreateWithoutPatientInput | Prisma.AppointmentProcedureCreateWithoutPatientInput;
|
|
where: Prisma.AppointmentProcedureWhereUniqueInput;
|
|
update: Prisma.AppointmentProcedureUncheckedUpdateWithoutPatientInput | Prisma.AppointmentProcedureUpdateWithoutPatientInput;
|
|
}>;
|
|
//# sourceMappingURL=AppointmentProcedureUpsertWithWhereUniqueWithoutPatientInput.schema.d.ts.map
|