17 lines
2.0 KiB
TypeScript
17 lines
2.0 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const AppointmentProcedureUpsertWithWhereUniqueWithoutAppointmentInputObjectSchema: z.ZodType<Prisma.AppointmentProcedureUpsertWithWhereUniqueWithoutAppointmentInput>;
|
|
export declare const AppointmentProcedureUpsertWithWhereUniqueWithoutAppointmentInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureWhereUniqueInput, z.ZodTypeDef, Prisma.AppointmentProcedureWhereUniqueInput>>;
|
|
update: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUpdateWithoutAppointmentInput, z.ZodTypeDef, Prisma.AppointmentProcedureUpdateWithoutAppointmentInput>>, z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUncheckedUpdateWithoutAppointmentInput, z.ZodTypeDef, Prisma.AppointmentProcedureUncheckedUpdateWithoutAppointmentInput>>]>;
|
|
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureCreateWithoutAppointmentInput, z.ZodTypeDef, Prisma.AppointmentProcedureCreateWithoutAppointmentInput>>, z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUncheckedCreateWithoutAppointmentInput, z.ZodTypeDef, Prisma.AppointmentProcedureUncheckedCreateWithoutAppointmentInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create: Prisma.AppointmentProcedureUncheckedCreateWithoutAppointmentInput | Prisma.AppointmentProcedureCreateWithoutAppointmentInput;
|
|
where: Prisma.AppointmentProcedureWhereUniqueInput;
|
|
update: Prisma.AppointmentProcedureUncheckedUpdateWithoutAppointmentInput | Prisma.AppointmentProcedureUpdateWithoutAppointmentInput;
|
|
}, {
|
|
create: Prisma.AppointmentProcedureUncheckedCreateWithoutAppointmentInput | Prisma.AppointmentProcedureCreateWithoutAppointmentInput;
|
|
where: Prisma.AppointmentProcedureWhereUniqueInput;
|
|
update: Prisma.AppointmentProcedureUncheckedUpdateWithoutAppointmentInput | Prisma.AppointmentProcedureUpdateWithoutAppointmentInput;
|
|
}>;
|
|
//# sourceMappingURL=AppointmentProcedureUpsertWithWhereUniqueWithoutAppointmentInput.schema.d.ts.map
|