Skip to main content

github.updaterepositorywebhookresponse.data

Home > @runlightyear/github > UpdateRepositoryWebhookResponse > data

UpdateRepositoryWebhookResponse.data property

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