20 lines
1.8 KiB
TypeScript
20 lines
1.8 KiB
TypeScript
import type { Prisma } from '../../generated/prisma';
|
|
import * as z from 'zod';
|
|
export declare const AppointmentUpdateOneSchema: z.ZodType<Prisma.AppointmentUpdateArgs>;
|
|
export declare const AppointmentUpdateOneZodSchema: z.ZodObject<{
|
|
select: z.ZodOptional<z.ZodType<Prisma.AppointmentSelect<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.AppointmentSelect<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
|
|
include: z.ZodOptional<z.ZodType<Prisma.AppointmentInclude<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.AppointmentInclude<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
|
|
data: z.ZodUnion<[z.ZodType<Prisma.AppointmentUpdateInput, z.ZodTypeDef, Prisma.AppointmentUpdateInput>, z.ZodType<Prisma.AppointmentUncheckedUpdateInput, z.ZodTypeDef, Prisma.AppointmentUncheckedUpdateInput>]>;
|
|
where: z.ZodType<Prisma.AppointmentWhereUniqueInput, z.ZodTypeDef, Prisma.AppointmentWhereUniqueInput>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
where: Prisma.AppointmentWhereUniqueInput;
|
|
data: Prisma.AppointmentUpdateInput | Prisma.AppointmentUncheckedUpdateInput;
|
|
include?: Prisma.AppointmentInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
|
select?: Prisma.AppointmentSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
|
}, {
|
|
where: Prisma.AppointmentWhereUniqueInput;
|
|
data: Prisma.AppointmentUpdateInput | Prisma.AppointmentUncheckedUpdateInput;
|
|
include?: Prisma.AppointmentInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
|
select?: Prisma.AppointmentSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
|
}>;
|
|
//# sourceMappingURL=updateOneAppointment.schema.d.ts.map
|