Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/BackupDestinationUncheckedCreateNestedManyWithoutUserInput.schema.d.ts
2026-04-04 22:13:55 -04:00

20 lines
3.1 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const BackupDestinationUncheckedCreateNestedManyWithoutUserInputObjectSchema: z.ZodType<Prisma.BackupDestinationUncheckedCreateNestedManyWithoutUserInput>;
export declare const BackupDestinationUncheckedCreateNestedManyWithoutUserInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.BackupDestinationCreateWithoutUserInput, z.ZodTypeDef, Prisma.BackupDestinationCreateWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.BackupDestinationCreateWithoutUserInput, z.ZodTypeDef, Prisma.BackupDestinationCreateWithoutUserInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.BackupDestinationUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.BackupDestinationUncheckedCreateWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.BackupDestinationUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.BackupDestinationUncheckedCreateWithoutUserInput>>, "many">]>>;
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.BackupDestinationCreateOrConnectWithoutUserInput, z.ZodTypeDef, Prisma.BackupDestinationCreateOrConnectWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.BackupDestinationCreateOrConnectWithoutUserInput, z.ZodTypeDef, Prisma.BackupDestinationCreateOrConnectWithoutUserInput>>, "many">]>>;
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.BackupDestinationCreateManyUserInputEnvelope, z.ZodTypeDef, Prisma.BackupDestinationCreateManyUserInputEnvelope>>>;
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.BackupDestinationWhereUniqueInput, z.ZodTypeDef, Prisma.BackupDestinationWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.BackupDestinationWhereUniqueInput, z.ZodTypeDef, Prisma.BackupDestinationWhereUniqueInput>>, "many">]>>;
}, "strict", z.ZodTypeAny, {
create?: Prisma.BackupDestinationCreateWithoutUserInput | Prisma.BackupDestinationUncheckedCreateWithoutUserInput | Prisma.BackupDestinationCreateWithoutUserInput[] | Prisma.BackupDestinationUncheckedCreateWithoutUserInput[] | undefined;
connectOrCreate?: Prisma.BackupDestinationCreateOrConnectWithoutUserInput | Prisma.BackupDestinationCreateOrConnectWithoutUserInput[] | undefined;
createMany?: Prisma.BackupDestinationCreateManyUserInputEnvelope | undefined;
connect?: Prisma.BackupDestinationWhereUniqueInput | Prisma.BackupDestinationWhereUniqueInput[] | undefined;
}, {
create?: Prisma.BackupDestinationCreateWithoutUserInput | Prisma.BackupDestinationUncheckedCreateWithoutUserInput | Prisma.BackupDestinationCreateWithoutUserInput[] | Prisma.BackupDestinationUncheckedCreateWithoutUserInput[] | undefined;
connectOrCreate?: Prisma.BackupDestinationCreateOrConnectWithoutUserInput | Prisma.BackupDestinationCreateOrConnectWithoutUserInput[] | undefined;
createMany?: Prisma.BackupDestinationCreateManyUserInputEnvelope | undefined;
connect?: Prisma.BackupDestinationWhereUniqueInput | Prisma.BackupDestinationWhereUniqueInput[] | undefined;
}>;
//# sourceMappingURL=BackupDestinationUncheckedCreateNestedManyWithoutUserInput.schema.d.ts.map