11 lines
541 B
TypeScript
11 lines
541 B
TypeScript
import type { Prisma } from '../../generated/prisma';
|
|
import * as z from 'zod';
|
|
export declare const CloudFileDeleteManySchema: z.ZodType<Prisma.CloudFileDeleteManyArgs>;
|
|
export declare const CloudFileDeleteManyZodSchema: z.ZodObject<{
|
|
where: z.ZodOptional<z.ZodType<Prisma.CloudFileWhereInput, z.ZodTypeDef, Prisma.CloudFileWhereInput>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
where?: Prisma.CloudFileWhereInput | undefined;
|
|
}, {
|
|
where?: Prisma.CloudFileWhereInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=deleteManyCloudFile.schema.d.ts.map
|