EntityIds

IDs of entities grouped by entity type

interface EntityIds {
    branches?: string[];
    commits?: string[];
    pullRequests?: string[];
}

Hierarchy

  • Record<string, unknown>
    • EntityIds

Properties

branches?: string[]

Branch IDs

commits?: string[]

Commits IDs

pullRequests?: string[]

Pull request IDs