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 StaffUpdateManyWithWhereWithoutUserInputObjectSchema: z.ZodType<Prisma.StaffUpdateManyWithWhereWithoutUserInput>;
|
|
export declare const StaffUpdateManyWithWhereWithoutUserInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodLazy<z.ZodType<Prisma.StaffScalarWhereInput, z.ZodTypeDef, Prisma.StaffScalarWhereInput>>;
|
|
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StaffUpdateManyMutationInput, z.ZodTypeDef, Prisma.StaffUpdateManyMutationInput>>, z.ZodLazy<z.ZodType<Prisma.StaffUncheckedUpdateManyWithoutUserInput, z.ZodTypeDef, Prisma.StaffUncheckedUpdateManyWithoutUserInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
where: Prisma.StaffScalarWhereInput;
|
|
data: Prisma.StaffUpdateManyMutationInput | Prisma.StaffUncheckedUpdateManyWithoutUserInput;
|
|
}, {
|
|
where: Prisma.StaffScalarWhereInput;
|
|
data: Prisma.StaffUpdateManyMutationInput | Prisma.StaffUncheckedUpdateManyWithoutUserInput;
|
|
}>;
|
|
//# sourceMappingURL=StaffUpdateManyWithWhereWithoutUserInput.schema.d.ts.map
|