UNPKG

@kontent-ai/webhook-helper

Version:

This utility helps with webhook notifications from Kontent.ai

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