MCPcopy
hub / github.com/github/docs / WebhookT

Interface WebhookT

components/webhooks/types.ts:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Parameter, StatusCode, CodeSample, BodyParameter } from '../rest/types'
2
3export interface WebhookT {
4 actions: string[]
5 webhookActions: WebhookAction[]
6}
7
8interface WebhookActionData {
9 verb: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected