11 lines
581 B
TypeScript
11 lines
581 B
TypeScript
import type { Prisma } from '../../generated/prisma';
|
|
import * as z from 'zod';
|
|
export declare const CloudFileChunkDeleteManySchema: z.ZodType<Prisma.CloudFileChunkDeleteManyArgs>;
|
|
export declare const CloudFileChunkDeleteManyZodSchema: z.ZodObject<{
|
|
where: z.ZodOptional<z.ZodType<Prisma.CloudFileChunkWhereInput, z.ZodTypeDef, Prisma.CloudFileChunkWhereInput>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
where?: Prisma.CloudFileChunkWhereInput | undefined;
|
|
}, {
|
|
where?: Prisma.CloudFileChunkWhereInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=deleteManyCloudFileChunk.schema.d.ts.map
|