gatelineAPI reference
interface GitHubRepo {
    owner: string;
    repo: string;
}

Properties

Properties

owner: string
repo: string