Skip to main content

github.listrepositorywebhooksresponse

Home > @runlightyear/github > ListRepositoryWebhooksResponse

ListRepositoryWebhooksResponse interface

Signature:
interface ListRepositoryWebhooksResponse extends HttpProxyResponse 
Extends:

HttpProxyResponse

Required Properties

PropertyModifiersTypeDescription
dataArray<{ type: string; id: number; name: string; active: boolean; events: Array<WebhookEvent>; config: object; updatedAt: string; createdAt: string; url: string; testUrl: string; pingUrl: string; deliveriesUrl: string; lastResponse: { code?: number; status?: string; message?: string; }; }>