ProjectAndRepoInfo interface
Represents project and repository information for filtering purposes.
Properties
| project |
The unique identifier of the project. |
| project |
The name of the project. |
| repository |
The unique identifier of the repository. |
| repository |
The name of the repository. |
Property Details
projectId
The unique identifier of the project.
projectId: string
Property Value
string
projectName
The name of the project.
projectName: string
Property Value
string
repositoryId
The unique identifier of the repository.
repositoryId: string
Property Value
string
repositoryName
The name of the repository.
repositoryName: string
Property Value
string