UserTokenExchangeAsyncResponse type

exchangeAsync 操作の応答データを格納します。

type UserTokenExchangeAsyncResponse = {
  _response: HttpResponse & { bodyAsText: string, parsedBody: any },
  body: any,
}