次の方法で共有


UserTokenGetTokenResponse type

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

type UserTokenGetTokenResponse = TokenResponse & {
  _response: HttpResponse & { bodyAsText: string, parsedBody: TokenResponse },
}