interface WebhookDispatcher {
    dispatch(hooks: SavedWebhook[]): Promise<DispatchResult>;
}

Hierarchy (View Summary)

Methods

Methods