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

11 lines (10 loc) 341 B
/** * This is a barrel export file for all models and their related types. * * 🟢 You can import this file directly. */ export type * from './models/Webhook'; export type * from './models/WebhookLog'; export type * from './models/WebhookUser'; export type * from './models/migrations_webhook'; export type * from './commonInputTypes';