UNPKG

cecon-interfaces

Version:
8 lines (7 loc) 177 B
import { EWebhookMethod, EWebhookType } from '../../..'; export interface IPayioWebhook { id: string; method: EWebhookMethod; type: EWebhookType; url: string; }