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 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
|
||||
Reference in New Issue
Block a user