14 lines
916 B
TypeScript
14 lines
916 B
TypeScript
import type { Prisma } from '../../generated/prisma';
|
|
import * as z from 'zod';
|
|
export declare const ServiceLineTransactionUpdateManySchema: z.ZodType<Prisma.ServiceLineTransactionUpdateManyArgs>;
|
|
export declare const ServiceLineTransactionUpdateManyZodSchema: z.ZodObject<{
|
|
data: z.ZodType<Prisma.ServiceLineTransactionUpdateManyMutationInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUpdateManyMutationInput>;
|
|
where: z.ZodOptional<z.ZodType<Prisma.ServiceLineTransactionWhereInput, z.ZodTypeDef, Prisma.ServiceLineTransactionWhereInput>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
data: Prisma.ServiceLineTransactionUpdateManyMutationInput;
|
|
where?: Prisma.ServiceLineTransactionWhereInput | undefined;
|
|
}, {
|
|
data: Prisma.ServiceLineTransactionUpdateManyMutationInput;
|
|
where?: Prisma.ServiceLineTransactionWhereInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=updateManyServiceLineTransaction.schema.d.ts.map
|