Abstract the pull request information that are needed for this app.

interface PullRequestData {
    number: number;
    sha: string;
}

Properties

Properties

number: number
sha: string

Generated using TypeDoc