Поделиться через


UserTokenExchangeAsyncResponse type

Содержит данные ответа для операции exchangeAsync.

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