14 lines
1.4 KiB
TypeScript
14 lines
1.4 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const ServiceLineTransactionUpdateManyWithWhereWithoutServiceLineInputObjectSchema: z.ZodType<Prisma.ServiceLineTransactionUpdateManyWithWhereWithoutServiceLineInput>;
|
|
export declare const ServiceLineTransactionUpdateManyWithWhereWithoutServiceLineInputObjectZodSchema: 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.ServiceLineTransactionUncheckedUpdateManyWithoutServiceLineInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUncheckedUpdateManyWithoutServiceLineInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
where: Prisma.ServiceLineTransactionScalarWhereInput;
|
|
data: Prisma.ServiceLineTransactionUpdateManyMutationInput | Prisma.ServiceLineTransactionUncheckedUpdateManyWithoutServiceLineInput;
|
|
}, {
|
|
where: Prisma.ServiceLineTransactionScalarWhereInput;
|
|
data: Prisma.ServiceLineTransactionUpdateManyMutationInput | Prisma.ServiceLineTransactionUncheckedUpdateManyWithoutServiceLineInput;
|
|
}>;
|
|
//# sourceMappingURL=ServiceLineTransactionUpdateManyWithWhereWithoutServiceLineInput.schema.d.ts.map
|