initial commit
This commit is contained in:
14
packages/db/shared/schemas/objects/CloudFolderCreateOrConnectWithoutFilesInput.schema.d.ts
vendored
Normal file
14
packages/db/shared/schemas/objects/CloudFolderCreateOrConnectWithoutFilesInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const CloudFolderCreateOrConnectWithoutFilesInputObjectSchema: z.ZodType<Prisma.CloudFolderCreateOrConnectWithoutFilesInput>;
|
||||
export declare const CloudFolderCreateOrConnectWithoutFilesInputObjectZodSchema: z.ZodObject<{
|
||||
where: z.ZodLazy<z.ZodType<Prisma.CloudFolderWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFolderWhereUniqueInput>>;
|
||||
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFolderCreateWithoutFilesInput, z.ZodTypeDef, Prisma.CloudFolderCreateWithoutFilesInput>>, z.ZodLazy<z.ZodType<Prisma.CloudFolderUncheckedCreateWithoutFilesInput, z.ZodTypeDef, Prisma.CloudFolderUncheckedCreateWithoutFilesInput>>]>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
create: Prisma.CloudFolderCreateWithoutFilesInput | Prisma.CloudFolderUncheckedCreateWithoutFilesInput;
|
||||
where: Prisma.CloudFolderWhereUniqueInput;
|
||||
}, {
|
||||
create: Prisma.CloudFolderCreateWithoutFilesInput | Prisma.CloudFolderUncheckedCreateWithoutFilesInput;
|
||||
where: Prisma.CloudFolderWhereUniqueInput;
|
||||
}>;
|
||||
//# sourceMappingURL=CloudFolderCreateOrConnectWithoutFilesInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user