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