14 lines
1.3 KiB
TypeScript
14 lines
1.3 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const ServiceLineTransactionUpdateManyWithWhereWithoutPaymentInputObjectSchema: z.ZodType<Prisma.ServiceLineTransactionUpdateManyWithWhereWithoutPaymentInput>;
|
|
export declare const ServiceLineTransactionUpdateManyWithWhereWithoutPaymentInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionScalarWhereInput, z.ZodTypeDef, Prisma.ServiceLineTransactionScalarWhereInput>>;
|
|
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionUpdateManyMutationInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUpdateManyMutationInput>>, z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionUncheckedUpdateManyWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUncheckedUpdateManyWithoutPaymentInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
where: Prisma.ServiceLineTransactionScalarWhereInput;
|
|
data: Prisma.ServiceLineTransactionUpdateManyMutationInput | Prisma.ServiceLineTransactionUncheckedUpdateManyWithoutPaymentInput;
|
|
}, {
|
|
where: Prisma.ServiceLineTransactionScalarWhereInput;
|
|
data: Prisma.ServiceLineTransactionUpdateManyMutationInput | Prisma.ServiceLineTransactionUncheckedUpdateManyWithoutPaymentInput;
|
|
}>;
|
|
//# sourceMappingURL=ServiceLineTransactionUpdateManyWithWhereWithoutPaymentInput.schema.d.ts.map
|