Skip to content

Instantly share code, notes, and snippets.

@IAfanasovMob
Created October 8, 2019 11:58
Show Gist options
  • Save IAfanasovMob/d87b153782c7bced85764d0bff71f055 to your computer and use it in GitHub Desktop.
Save IAfanasovMob/d87b153782c7bced85764d0bff71f055 to your computer and use it in GitHub Desktop.
export interface Repo {
id: number;
created_at: string;
name: string;
stargazers_count: number;
updated_at: string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment