export interface GithubReducerTypes {
  avatar: string,
  fetching: boolean,
  error: string,
  username: string
}
