Represents a repository's webhook returned from a source provider.

interface RepositoryWebhook {
    name?: string;
    types?: DefinitionTriggerType[];
    url?: string;
}

Properties

Properties

name?: string

The friendly name of the repository.

url?: string

The URL of the repository.