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