14 lines
1.1 KiB
TypeScript
14 lines
1.1 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const ServiceLineUpdateWithWhereUniqueWithoutClaimInputObjectSchema: z.ZodType<Prisma.ServiceLineUpdateWithWhereUniqueWithoutClaimInput>;
|
|
export declare const ServiceLineUpdateWithWhereUniqueWithoutClaimInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodLazy<z.ZodType<Prisma.ServiceLineWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineWhereUniqueInput>>;
|
|
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineUpdateWithoutClaimInput, z.ZodTypeDef, Prisma.ServiceLineUpdateWithoutClaimInput>>, z.ZodLazy<z.ZodType<Prisma.ServiceLineUncheckedUpdateWithoutClaimInput, z.ZodTypeDef, Prisma.ServiceLineUncheckedUpdateWithoutClaimInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
where: Prisma.ServiceLineWhereUniqueInput;
|
|
data: Prisma.ServiceLineUncheckedUpdateWithoutClaimInput | Prisma.ServiceLineUpdateWithoutClaimInput;
|
|
}, {
|
|
where: Prisma.ServiceLineWhereUniqueInput;
|
|
data: Prisma.ServiceLineUncheckedUpdateWithoutClaimInput | Prisma.ServiceLineUpdateWithoutClaimInput;
|
|
}>;
|
|
//# sourceMappingURL=ServiceLineUpdateWithWhereUniqueWithoutClaimInput.schema.d.ts.map
|