initial commit
This commit is contained in:
20
packages/db/shared/schemas/updateOneClaim.schema.d.ts
vendored
Normal file
20
packages/db/shared/schemas/updateOneClaim.schema.d.ts
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
import type { Prisma } from '../../generated/prisma';
|
||||
import * as z from 'zod';
|
||||
export declare const ClaimUpdateOneSchema: z.ZodType<Prisma.ClaimUpdateArgs>;
|
||||
export declare const ClaimUpdateOneZodSchema: z.ZodObject<{
|
||||
select: z.ZodOptional<z.ZodType<Prisma.ClaimSelect<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.ClaimSelect<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
|
||||
include: z.ZodOptional<z.ZodType<Prisma.ClaimInclude<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.ClaimInclude<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
|
||||
data: z.ZodUnion<[z.ZodType<Prisma.ClaimUpdateInput, z.ZodTypeDef, Prisma.ClaimUpdateInput>, z.ZodType<Prisma.ClaimUncheckedUpdateInput, z.ZodTypeDef, Prisma.ClaimUncheckedUpdateInput>]>;
|
||||
where: z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
where: Prisma.ClaimWhereUniqueInput;
|
||||
data: Prisma.ClaimUpdateInput | Prisma.ClaimUncheckedUpdateInput;
|
||||
include?: Prisma.ClaimInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
||||
select?: Prisma.ClaimSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
||||
}, {
|
||||
where: Prisma.ClaimWhereUniqueInput;
|
||||
data: Prisma.ClaimUpdateInput | Prisma.ClaimUncheckedUpdateInput;
|
||||
include?: Prisma.ClaimInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
||||
select?: Prisma.ClaimSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=updateOneClaim.schema.d.ts.map
|
||||
Reference in New Issue
Block a user