UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

10 lines (9 loc) 243 B
export interface PostOptions { idempotencyKey?: string; } export declare class ApiException<T> extends Error { code: number; body: T; headers: Record<string, string>; constructor(code: number, body: T, headers: Headers); }