initial commit
This commit is contained in:
14
packages/db/shared/schemas/objects/StaffUpdateManyWithWhereWithoutUserInput.schema.d.ts
vendored
Normal file
14
packages/db/shared/schemas/objects/StaffUpdateManyWithWhereWithoutUserInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
||||
Reference in New Issue
Block a user