11 lines
557 B
TypeScript
11 lines
557 B
TypeScript
import type { Prisma } from '../../generated/prisma';
|
|
import * as z from 'zod';
|
|
export declare const CloudFolderDeleteManySchema: z.ZodType<Prisma.CloudFolderDeleteManyArgs>;
|
|
export declare const CloudFolderDeleteManyZodSchema: z.ZodObject<{
|
|
where: z.ZodOptional<z.ZodType<Prisma.CloudFolderWhereInput, z.ZodTypeDef, Prisma.CloudFolderWhereInput>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
where?: Prisma.CloudFolderWhereInput | undefined;
|
|
}, {
|
|
where?: Prisma.CloudFolderWhereInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=deleteManyCloudFolder.schema.d.ts.map
|