chromerx

Chrome extension store

View the Project on GitHub christianopaets/chromerx

State example

export interface IAuthState {
  loading: boolean;
  token: string;
}