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