14 lines
1.2 KiB
TypeScript
14 lines
1.2 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const AppointmentUpdateWithWhereUniqueWithoutPatientInputObjectSchema: z.ZodType<Prisma.AppointmentUpdateWithWhereUniqueWithoutPatientInput>;
|
|
export declare const AppointmentUpdateWithWhereUniqueWithoutPatientInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodLazy<z.ZodType<Prisma.AppointmentWhereUniqueInput, z.ZodTypeDef, Prisma.AppointmentWhereUniqueInput>>;
|
|
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentUpdateWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentUpdateWithoutPatientInput>>, z.ZodLazy<z.ZodType<Prisma.AppointmentUncheckedUpdateWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentUncheckedUpdateWithoutPatientInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
where: Prisma.AppointmentWhereUniqueInput;
|
|
data: Prisma.AppointmentUncheckedUpdateWithoutPatientInput | Prisma.AppointmentUpdateWithoutPatientInput;
|
|
}, {
|
|
where: Prisma.AppointmentWhereUniqueInput;
|
|
data: Prisma.AppointmentUncheckedUpdateWithoutPatientInput | Prisma.AppointmentUpdateWithoutPatientInput;
|
|
}>;
|
|
//# sourceMappingURL=AppointmentUpdateWithWhereUniqueWithoutPatientInput.schema.d.ts.map
|