UNPKG

@kontent-ai/webhook-helper

Version:

This utility helps with webhook notifications from Kontent.ai

4 lines (3 loc) 207 B
import type { ParseResult } from "../utils/types.js"; import { type WebhookResponse } from "./webhook-schemas.js"; export declare const parseWebhookResponse: (data: unknown) => ParseResult<WebhookResponse>;