Skip to main content

github.createrepositorywebhookresponse.data

Home > @runlightyear/github > CreateRepositoryWebhookResponse > data

CreateRepositoryWebhookResponse.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;
};