github.listrepositorywebhooksresponse
Home > @runlightyear/github > ListRepositoryWebhooksResponse
ListRepositoryWebhooksResponse interface
Signature:interface ListRepositoryWebhooksResponse extends HttpProxyResponse
Required Properties
Property | Modifiers | Type | Description |
---|---|---|---|
data | Array<{ 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; }; }> |