Type Alias GithubRepo

GithubRepo: { owner: string; repo: string }

A GitHub repo's name and owner.

Type declaration

  • owner: string
  • repo: string

    The repo name.