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