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

20 lines
2.9 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const DatabaseBackupCreateNestedManyWithoutUserInputObjectSchema: z.ZodType<Prisma.DatabaseBackupCreateNestedManyWithoutUserInput>;
export declare const DatabaseBackupCreateNestedManyWithoutUserInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DatabaseBackupCreateWithoutUserInput, z.ZodTypeDef, Prisma.DatabaseBackupCreateWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.DatabaseBackupCreateWithoutUserInput, z.ZodTypeDef, Prisma.DatabaseBackupCreateWithoutUserInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.DatabaseBackupUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.DatabaseBackupUncheckedCreateWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.DatabaseBackupUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.DatabaseBackupUncheckedCreateWithoutUserInput>>, "many">]>>;
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DatabaseBackupCreateOrConnectWithoutUserInput, z.ZodTypeDef, Prisma.DatabaseBackupCreateOrConnectWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.DatabaseBackupCreateOrConnectWithoutUserInput, z.ZodTypeDef, Prisma.DatabaseBackupCreateOrConnectWithoutUserInput>>, "many">]>>;
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.DatabaseBackupCreateManyUserInputEnvelope, z.ZodTypeDef, Prisma.DatabaseBackupCreateManyUserInputEnvelope>>>;
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DatabaseBackupWhereUniqueInput, z.ZodTypeDef, Prisma.DatabaseBackupWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.DatabaseBackupWhereUniqueInput, z.ZodTypeDef, Prisma.DatabaseBackupWhereUniqueInput>>, "many">]>>;
}, "strict", z.ZodTypeAny, {
create?: Prisma.DatabaseBackupCreateWithoutUserInput | Prisma.DatabaseBackupUncheckedCreateWithoutUserInput | Prisma.DatabaseBackupCreateWithoutUserInput[] | Prisma.DatabaseBackupUncheckedCreateWithoutUserInput[] | undefined;
connectOrCreate?: Prisma.DatabaseBackupCreateOrConnectWithoutUserInput | Prisma.DatabaseBackupCreateOrConnectWithoutUserInput[] | undefined;
createMany?: Prisma.DatabaseBackupCreateManyUserInputEnvelope | undefined;
connect?: Prisma.DatabaseBackupWhereUniqueInput | Prisma.DatabaseBackupWhereUniqueInput[] | undefined;
}, {
create?: Prisma.DatabaseBackupCreateWithoutUserInput | Prisma.DatabaseBackupUncheckedCreateWithoutUserInput | Prisma.DatabaseBackupCreateWithoutUserInput[] | Prisma.DatabaseBackupUncheckedCreateWithoutUserInput[] | undefined;
connectOrCreate?: Prisma.DatabaseBackupCreateOrConnectWithoutUserInput | Prisma.DatabaseBackupCreateOrConnectWithoutUserInput[] | undefined;
createMany?: Prisma.DatabaseBackupCreateManyUserInputEnvelope | undefined;
connect?: Prisma.DatabaseBackupWhereUniqueInput | Prisma.DatabaseBackupWhereUniqueInput[] | undefined;
}>;
//# sourceMappingURL=DatabaseBackupCreateNestedManyWithoutUserInput.schema.d.ts.map