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