Expand description

Repository interface representing a GitHub repository.

remarks

Contains basic repository metadata.

interface Repository {
    id: string;
    name: string;
}

Properties§

§id: string

The unique identifier of the repository

§name: string

The name of the repository