Variable: CreateFolderSchema
ts
const CreateFolderSchema: ZodObject<{
body: ZodOptional<ZodRecord<ZodString, ZodAny>>;
}, $strip>;Defined in: src/v2/parameters/createFolder.ts:3