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 AppointmentUpdateManyWithWhereWithoutUserInputObjectSchema: z.ZodType<Prisma.AppointmentUpdateManyWithWhereWithoutUserInput>;
|
|
export declare const AppointmentUpdateManyWithWhereWithoutUserInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodLazy<z.ZodType<Prisma.AppointmentScalarWhereInput, z.ZodTypeDef, Prisma.AppointmentScalarWhereInput>>;
|
|
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentUpdateManyMutationInput, z.ZodTypeDef, Prisma.AppointmentUpdateManyMutationInput>>, z.ZodLazy<z.ZodType<Prisma.AppointmentUncheckedUpdateManyWithoutUserInput, z.ZodTypeDef, Prisma.AppointmentUncheckedUpdateManyWithoutUserInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
where: Prisma.AppointmentScalarWhereInput;
|
|
data: Prisma.AppointmentUpdateManyMutationInput | Prisma.AppointmentUncheckedUpdateManyWithoutUserInput;
|
|
}, {
|
|
where: Prisma.AppointmentScalarWhereInput;
|
|
data: Prisma.AppointmentUpdateManyMutationInput | Prisma.AppointmentUncheckedUpdateManyWithoutUserInput;
|
|
}>;
|
|
//# sourceMappingURL=AppointmentUpdateManyWithWhereWithoutUserInput.schema.d.ts.map
|