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