initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import * as z from 'zod';
|
||||
export declare const CloudFileChunkDeleteManyResultSchema: z.ZodObject<{
|
||||
count: z.ZodNumber;
|
||||
}, "strip", z.ZodTypeAny, {
|
||||
count: number;
|
||||
}, {
|
||||
count: number;
|
||||
}>;
|
||||
//# sourceMappingURL=CloudFileChunkDeleteManyResult.schema.d.ts.map
|
||||
Reference in New Issue
Block a user