type alias UserWorkspaceListimport { type UserWorkspaceList } from "https://dotland.deno.dev/x/wmill@v1.418.0/gen/index.ts"; definition: { email: string; workspaces: Array<{ id: string; name: string; username: string; }>; }