UNPKG

@becomes/cms

Version:

Simple CMS for building APIs.

5 lines (4 loc) 127 B
import { Webhook } from '../models/webhook.model'; export declare class WebhookFactory { static get instance(): Webhook; }