RepositoryWebhook interface
Represents a repository's webhook returned from a source provider.
Properties
| last |
The status of last delivery attempt for the webhook. |
| name | The friendly name of the repository. |
| types | |
| url | The URL of the repository. |
Property Details
lastDeliveryStatus
The status of last delivery attempt for the webhook.
lastDeliveryStatus: number
Property Value
number
name
The friendly name of the repository.
name: string
Property Value
string
types
url
The URL of the repository.
url: string
Property Value
string