Interface LinkedPullRequest

interface LinkedPullRequest {
    at: string;
    id: number;
    type: string;
}

Properties

Properties

at: string
id: number
type: string

Generated using TypeDoc