UNPKG

@kontent-ai/webhook-helper

Version:

This utility helps with webhook notifications from Kontent.ai

8 lines (7 loc) 120 B
export type ParseResult<T> = Readonly<{ success: true; data: T; } | { success: false; error: Error; }>;