initial commit
This commit is contained in:
14
packages/db/shared/schemas/updateManyStaff.schema.d.ts
vendored
Normal file
14
packages/db/shared/schemas/updateManyStaff.schema.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import type { Prisma } from '../../generated/prisma';
|
||||
import * as z from 'zod';
|
||||
export declare const StaffUpdateManySchema: z.ZodType<Prisma.StaffUpdateManyArgs>;
|
||||
export declare const StaffUpdateManyZodSchema: z.ZodObject<{
|
||||
data: z.ZodType<Prisma.StaffUpdateManyMutationInput, z.ZodTypeDef, Prisma.StaffUpdateManyMutationInput>;
|
||||
where: z.ZodOptional<z.ZodType<Prisma.StaffWhereInput, z.ZodTypeDef, Prisma.StaffWhereInput>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
data: Prisma.StaffUpdateManyMutationInput;
|
||||
where?: Prisma.StaffWhereInput | undefined;
|
||||
}, {
|
||||
data: Prisma.StaffUpdateManyMutationInput;
|
||||
where?: Prisma.StaffWhereInput | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=updateManyStaff.schema.d.ts.map
|
||||
Reference in New Issue
Block a user