type alias TokenResponseimport { type TokenResponse } from "https://dotland.deno.dev/x/wmill@v1.418.0/gen/types.gen.ts"; definition: { access_token: string; expires_in?: number; refresh_token?: string; scope?: Array<(string)>; }