20 lines
2.7 KiB
TypeScript
20 lines
2.7 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const ClaimUncheckedCreateNestedManyWithoutStaffInputObjectSchema: z.ZodType<Prisma.ClaimUncheckedCreateNestedManyWithoutStaffInput>;
|
|
export declare const ClaimUncheckedCreateNestedManyWithoutStaffInputObjectZodSchema: 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=ClaimUncheckedCreateNestedManyWithoutStaffInput.schema.d.ts.map
|