TokenStatus type

特定のトークンの状態。

type TokenStatus = {
  channelId: string,
  connectionName: string,
  hasToken: boolean,
  serviceProviderDisplayName: string,
}