UNPKG

@nestjs-mod/webhook

Version:

Webhook module with an error filter, guard, controller, database migrations and rest-sdk for work with module from other nodejs appliaction

8 lines (7 loc) 198 B
import { WebhookError } from './webhook.errors'; export declare const WebhookEntities: { new (): {}; }; export declare const WEBHOOK_EXTRA_MODELS: (typeof WebhookError | { new (): {}; })[];