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 ServiceLineTransactionUpdateWithWhereUniqueWithoutServiceLineInputObjectSchema: z.ZodType<Prisma.ServiceLineTransactionUpdateWithWhereUniqueWithoutServiceLineInput>;
|
|
export declare const ServiceLineTransactionUpdateWithWhereUniqueWithoutServiceLineInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineTransactionWhereUniqueInput>>;
|
|
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionUpdateWithoutServiceLineInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUpdateWithoutServiceLineInput>>, z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionUncheckedUpdateWithoutServiceLineInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUncheckedUpdateWithoutServiceLineInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
where: Prisma.ServiceLineTransactionWhereUniqueInput;
|
|
data: Prisma.ServiceLineTransactionUncheckedUpdateWithoutServiceLineInput | Prisma.ServiceLineTransactionUpdateWithoutServiceLineInput;
|
|
}, {
|
|
where: Prisma.ServiceLineTransactionWhereUniqueInput;
|
|
data: Prisma.ServiceLineTransactionUncheckedUpdateWithoutServiceLineInput | Prisma.ServiceLineTransactionUpdateWithoutServiceLineInput;
|
|
}>;
|
|
//# sourceMappingURL=ServiceLineTransactionUpdateWithWhereUniqueWithoutServiceLineInput.schema.d.ts.map
|