TokenStatus type

The status of a particular token.

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