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 ClaimUpdateToOneWithWhereWithoutServiceLinesInputObjectSchema: z.ZodType<Prisma.ClaimUpdateToOneWithWhereWithoutServiceLinesInput>;
|
|
export declare const ClaimUpdateToOneWithWhereWithoutServiceLinesInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ClaimWhereInput, z.ZodTypeDef, Prisma.ClaimWhereInput>>>;
|
|
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimUpdateWithoutServiceLinesInput, z.ZodTypeDef, Prisma.ClaimUpdateWithoutServiceLinesInput>>, z.ZodLazy<z.ZodType<Prisma.ClaimUncheckedUpdateWithoutServiceLinesInput, z.ZodTypeDef, Prisma.ClaimUncheckedUpdateWithoutServiceLinesInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
data: Prisma.ClaimUpdateWithoutServiceLinesInput | Prisma.ClaimUncheckedUpdateWithoutServiceLinesInput;
|
|
where?: Prisma.ClaimWhereInput | undefined;
|
|
}, {
|
|
data: Prisma.ClaimUpdateWithoutServiceLinesInput | Prisma.ClaimUncheckedUpdateWithoutServiceLinesInput;
|
|
where?: Prisma.ClaimWhereInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=ClaimUpdateToOneWithWhereWithoutServiceLinesInput.schema.d.ts.map
|