Skip to main content

github.listrepositorywebhooksresponse.data

Home > @runlightyear/github > ListRepositoryWebhooksResponse > data

ListRepositoryWebhooksResponse.data property

Signature:
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;
};
}>;