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