11 lines
509 B
TypeScript
11 lines
509 B
TypeScript
import type { Prisma } from '../../generated/prisma';
|
|
import * as z from 'zod';
|
|
export declare const StaffDeleteManySchema: z.ZodType<Prisma.StaffDeleteManyArgs>;
|
|
export declare const StaffDeleteManyZodSchema: z.ZodObject<{
|
|
where: z.ZodOptional<z.ZodType<Prisma.StaffWhereInput, z.ZodTypeDef, Prisma.StaffWhereInput>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
where?: Prisma.StaffWhereInput | undefined;
|
|
}, {
|
|
where?: Prisma.StaffWhereInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=deleteManyStaff.schema.d.ts.map
|