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