initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
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
|
||||
Reference in New Issue
Block a user