| 24 | payloadExample?: Object |
| 25 | } |
| 26 | export interface WebhookAction { |
| 27 | name: string |
| 28 | actionTypes: string[] |
| 29 | data: WebhookActionData |
| 30 | } |
| 31 | |
| 32 | export type WebhookData = { |
| 33 | [key: string]: WebhookActionData |
nothing calls this directly
no outgoing calls
no test coverage detected