Skip to main content

Interface: SourceRepositoryInfo

Properties

domain?

optional domain?: string


project

project: string


source?

optional source?: string

Where the repository info was detected from: package.json (the repository field), the name of the CI environment variable(s) it was read from, or .git/config. Absent when the info was supplied programmatically.


type?

optional type?: string


user

user: string