UNPKG

@kontent-ai/webhook-helper

Version:

This utility helps with webhook notifications from Kontent.ai

5 lines (4 loc) 126 B
import { WebhookNotification } from "../models"; export type WebhookResponse = { notifications: WebhookNotification[]; };