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