export interface IState { token: string | undefined; retrieving: boolean; }