14 lines
1.0 KiB
TypeScript
14 lines
1.0 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const ClaimUpdateWithWhereUniqueWithoutUserInputObjectSchema: z.ZodType<Prisma.ClaimUpdateWithWhereUniqueWithoutUserInput>;
|
|
export declare const ClaimUpdateWithWhereUniqueWithoutUserInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>;
|
|
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimUpdateWithoutUserInput, z.ZodTypeDef, Prisma.ClaimUpdateWithoutUserInput>>, z.ZodLazy<z.ZodType<Prisma.ClaimUncheckedUpdateWithoutUserInput, z.ZodTypeDef, Prisma.ClaimUncheckedUpdateWithoutUserInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
where: Prisma.ClaimWhereUniqueInput;
|
|
data: Prisma.ClaimUncheckedUpdateWithoutUserInput | Prisma.ClaimUpdateWithoutUserInput;
|
|
}, {
|
|
where: Prisma.ClaimWhereUniqueInput;
|
|
data: Prisma.ClaimUncheckedUpdateWithoutUserInput | Prisma.ClaimUpdateWithoutUserInput;
|
|
}>;
|
|
//# sourceMappingURL=ClaimUpdateWithWhereUniqueWithoutUserInput.schema.d.ts.map
|