UNPKG

wip-webhook-helper

Version:

This utility helps with webhook notifications from Kentico Kontent

6 lines (3 loc) 281 B
import { IWebhookDeliveryData, IWebhookResponse, IWebhookWorkflowData } from '../models'; export interface IWebhookDeliveryResponse extends IWebhookResponse<IWebhookDeliveryData> {} export interface IWebhookWorkflowResponse extends IWebhookResponse<IWebhookWorkflowData> {}