github.createrepositorywebhookresponse
Home > @runlightyear/github > CreateRepositoryWebhookResponse
CreateRepositoryWebhookResponse interface
Signature:interface CreateRepositoryWebhookResponse extends HttpProxyResponse
Required Properties
Property | Modifiers | Type | Description |
---|---|---|---|
data | { type: string; id: number; name: string; active: boolean; events: WebhookEvent[]; config: object; updatedAt: string; createdAt: string; url: string; testUrl: string; pingUrl: string; deliveriesUrl: string; lastResponse: object; } |