import * as z from 'zod'; export const CloudFileCreateManyResultSchema = z.object({ count: z.number() });