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 ServiceLineUpdateToOneWithWhereWithoutServiceLineTransactionsInputObjectSchema: z.ZodType<Prisma.ServiceLineUpdateToOneWithWhereWithoutServiceLineTransactionsInput>;
|
|
export declare const ServiceLineUpdateToOneWithWhereWithoutServiceLineTransactionsInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ServiceLineWhereInput, z.ZodTypeDef, Prisma.ServiceLineWhereInput>>>;
|
|
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineUpdateWithoutServiceLineTransactionsInput, z.ZodTypeDef, Prisma.ServiceLineUpdateWithoutServiceLineTransactionsInput>>, z.ZodLazy<z.ZodType<Prisma.ServiceLineUncheckedUpdateWithoutServiceLineTransactionsInput, z.ZodTypeDef, Prisma.ServiceLineUncheckedUpdateWithoutServiceLineTransactionsInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
data: Prisma.ServiceLineUpdateWithoutServiceLineTransactionsInput | Prisma.ServiceLineUncheckedUpdateWithoutServiceLineTransactionsInput;
|
|
where?: Prisma.ServiceLineWhereInput | undefined;
|
|
}, {
|
|
data: Prisma.ServiceLineUpdateWithoutServiceLineTransactionsInput | Prisma.ServiceLineUncheckedUpdateWithoutServiceLineTransactionsInput;
|
|
where?: Prisma.ServiceLineWhereInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=ServiceLineUpdateToOneWithWhereWithoutServiceLineTransactionsInput.schema.d.ts.map
|