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 PatientUpdateToOneWithWhereWithoutAppointmentsInputObjectSchema: z.ZodType<Prisma.PatientUpdateToOneWithWhereWithoutAppointmentsInput>;
|
|
export declare const PatientUpdateToOneWithWhereWithoutAppointmentsInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientWhereInput, z.ZodTypeDef, Prisma.PatientWhereInput>>>;
|
|
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientUpdateWithoutAppointmentsInput, z.ZodTypeDef, Prisma.PatientUpdateWithoutAppointmentsInput>>, z.ZodLazy<z.ZodType<Prisma.PatientUncheckedUpdateWithoutAppointmentsInput, z.ZodTypeDef, Prisma.PatientUncheckedUpdateWithoutAppointmentsInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
data: Prisma.PatientUpdateWithoutAppointmentsInput | Prisma.PatientUncheckedUpdateWithoutAppointmentsInput;
|
|
where?: Prisma.PatientWhereInput | undefined;
|
|
}, {
|
|
data: Prisma.PatientUpdateWithoutAppointmentsInput | Prisma.PatientUncheckedUpdateWithoutAppointmentsInput;
|
|
where?: Prisma.PatientWhereInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=PatientUpdateToOneWithWhereWithoutAppointmentsInput.schema.d.ts.map
|