11 lines
645 B
TypeScript
11 lines
645 B
TypeScript
import type { Prisma } from '../../generated/prisma';
|
|
import * as z from 'zod';
|
|
export declare const ServiceLineTransactionDeleteManySchema: z.ZodType<Prisma.ServiceLineTransactionDeleteManyArgs>;
|
|
export declare const ServiceLineTransactionDeleteManyZodSchema: z.ZodObject<{
|
|
where: z.ZodOptional<z.ZodType<Prisma.ServiceLineTransactionWhereInput, z.ZodTypeDef, Prisma.ServiceLineTransactionWhereInput>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
where?: Prisma.ServiceLineTransactionWhereInput | undefined;
|
|
}, {
|
|
where?: Prisma.ServiceLineTransactionWhereInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=deleteManyServiceLineTransaction.schema.d.ts.map
|