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