MCPcopy Index your code
hub / github.com/github/docs / WebhookAction

Interface WebhookAction

components/webhooks/types.ts:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 payloadExample?: Object
25}
26export interface WebhookAction {
27 name: string
28 actionTypes: string[]
29 data: WebhookActionData
30}
31
32export type WebhookData = {
33 [key: string]: WebhookActionData

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected