11 lines
557 B
TypeScript
11 lines
557 B
TypeScript
import type { Prisma } from '../../generated/prisma';
|
|
import * as z from 'zod';
|
|
export declare const ServiceLineDeleteManySchema: z.ZodType<Prisma.ServiceLineDeleteManyArgs>;
|
|
export declare const ServiceLineDeleteManyZodSchema: z.ZodObject<{
|
|
where: z.ZodOptional<z.ZodType<Prisma.ServiceLineWhereInput, z.ZodTypeDef, Prisma.ServiceLineWhereInput>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
where?: Prisma.ServiceLineWhereInput | undefined;
|
|
}, {
|
|
where?: Prisma.ServiceLineWhereInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=deleteManyServiceLine.schema.d.ts.map
|