type alias CreateFolderDataimport { type CreateFolderData } from "https://dotland.deno.dev/x/wmill@v1.418.0/gen/types.gen.ts"; definition: { requestBody: { name: string; summary?: string; owners?: Array<(string)>; extra_perms?: { [key: string]: (boolean); }; }; workspace: string; }