pull-request-vir - v1.4.2
    Preparing search index...

    Type Alias GithubRepo

    A GitHub repo's name and owner.

    type GithubRepo = {
        owner: string;
        repo: string;
    }
    Index

    Properties

    Properties

    owner: string
    repo: string

    The repo name.