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