initial commit
This commit is contained in:
17
packages/db/shared/schemas/objects/ClaimCreateNestedOneWithoutPaymentInput.schema.d.ts
vendored
Normal file
17
packages/db/shared/schemas/objects/ClaimCreateNestedOneWithoutPaymentInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const ClaimCreateNestedOneWithoutPaymentInputObjectSchema: z.ZodType<Prisma.ClaimCreateNestedOneWithoutPaymentInput>;
|
||||
export declare const ClaimCreateNestedOneWithoutPaymentInputObjectZodSchema: z.ZodObject<{
|
||||
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimCreateWithoutPaymentInput, z.ZodTypeDef, Prisma.ClaimCreateWithoutPaymentInput>>, z.ZodLazy<z.ZodType<Prisma.ClaimUncheckedCreateWithoutPaymentInput, z.ZodTypeDef, Prisma.ClaimUncheckedCreateWithoutPaymentInput>>]>>;
|
||||
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ClaimCreateOrConnectWithoutPaymentInput, z.ZodTypeDef, Prisma.ClaimCreateOrConnectWithoutPaymentInput>>>;
|
||||
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
create?: Prisma.ClaimCreateWithoutPaymentInput | Prisma.ClaimUncheckedCreateWithoutPaymentInput | undefined;
|
||||
connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutPaymentInput | undefined;
|
||||
connect?: Prisma.ClaimWhereUniqueInput | undefined;
|
||||
}, {
|
||||
create?: Prisma.ClaimCreateWithoutPaymentInput | Prisma.ClaimUncheckedCreateWithoutPaymentInput | undefined;
|
||||
connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutPaymentInput | undefined;
|
||||
connect?: Prisma.ClaimWhereUniqueInput | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=ClaimCreateNestedOneWithoutPaymentInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user