type alias GlobalOptionsimport { type GlobalOptions } from "https://dotland.deno.dev/x/wmill@v1.418.0/types.ts"; definition: { baseUrl: string | undefined; workspace: string | undefined; token: string | undefined; }