initial commit
This commit is contained in:
20
packages/db/shared/schemas/objects/DatabaseBackupCreateNestedManyWithoutUserInput.schema.d.ts
vendored
Normal file
20
packages/db/shared/schemas/objects/DatabaseBackupCreateNestedManyWithoutUserInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
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
|
||||
Reference in New Issue
Block a user