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