| 1 | import { Parameter, StatusCode, CodeSample, BodyParameter } from '../rest/types' |
| 2 | |
| 3 | export interface WebhookT { |
| 4 | actions: string[] |
| 5 | webhookActions: WebhookAction[] |
| 6 | } |
| 7 | |
| 8 | interface WebhookActionData { |
| 9 | verb: string |
nothing calls this directly
no outgoing calls
no test coverage detected