Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/AppointmentUpdateToOneWithWhereWithoutProceduresInput.schema.d.ts
2026-04-04 22:13:55 -04:00

14 lines
1.2 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const AppointmentUpdateToOneWithWhereWithoutProceduresInputObjectSchema: z.ZodType<Prisma.AppointmentUpdateToOneWithWhereWithoutProceduresInput>;
export declare const AppointmentUpdateToOneWithWhereWithoutProceduresInputObjectZodSchema: z.ZodObject<{
where: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.AppointmentWhereInput, z.ZodTypeDef, Prisma.AppointmentWhereInput>>>;
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentUpdateWithoutProceduresInput, z.ZodTypeDef, Prisma.AppointmentUpdateWithoutProceduresInput>>, z.ZodLazy<z.ZodType<Prisma.AppointmentUncheckedUpdateWithoutProceduresInput, z.ZodTypeDef, Prisma.AppointmentUncheckedUpdateWithoutProceduresInput>>]>;
}, "strict", z.ZodTypeAny, {
data: Prisma.AppointmentUpdateWithoutProceduresInput | Prisma.AppointmentUncheckedUpdateWithoutProceduresInput;
where?: Prisma.AppointmentWhereInput | undefined;
}, {
data: Prisma.AppointmentUpdateWithoutProceduresInput | Prisma.AppointmentUncheckedUpdateWithoutProceduresInput;
where?: Prisma.AppointmentWhereInput | undefined;
}>;
//# sourceMappingURL=AppointmentUpdateToOneWithWhereWithoutProceduresInput.schema.d.ts.map