17 lines
1.5 KiB
TypeScript
17 lines
1.5 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const ClaimUpsertWithWhereUniqueWithoutUserInputObjectSchema: z.ZodType<Prisma.ClaimUpsertWithWhereUniqueWithoutUserInput>;
|
|
export declare const ClaimUpsertWithWhereUniqueWithoutUserInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>;
|
|
update: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimUpdateWithoutUserInput, z.ZodTypeDef, Prisma.ClaimUpdateWithoutUserInput>>, z.ZodLazy<z.ZodType<Prisma.ClaimUncheckedUpdateWithoutUserInput, z.ZodTypeDef, Prisma.ClaimUncheckedUpdateWithoutUserInput>>]>;
|
|
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimCreateWithoutUserInput, z.ZodTypeDef, Prisma.ClaimCreateWithoutUserInput>>, z.ZodLazy<z.ZodType<Prisma.ClaimUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.ClaimUncheckedCreateWithoutUserInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create: Prisma.ClaimUncheckedCreateWithoutUserInput | Prisma.ClaimCreateWithoutUserInput;
|
|
where: Prisma.ClaimWhereUniqueInput;
|
|
update: Prisma.ClaimUncheckedUpdateWithoutUserInput | Prisma.ClaimUpdateWithoutUserInput;
|
|
}, {
|
|
create: Prisma.ClaimUncheckedCreateWithoutUserInput | Prisma.ClaimCreateWithoutUserInput;
|
|
where: Prisma.ClaimWhereUniqueInput;
|
|
update: Prisma.ClaimUncheckedUpdateWithoutUserInput | Prisma.ClaimUpdateWithoutUserInput;
|
|
}>;
|
|
//# sourceMappingURL=ClaimUpsertWithWhereUniqueWithoutUserInput.schema.d.ts.map
|