- Add modules: ai, audit, billing-usage, biometrics, branches, dashboard, feature-flags, invoices, mcp, mobile, notifications, partners, payment-terminals, products, profiles, purchases, reports, sales, storage, warehouses, webhooks, whatsapp - Add controllers, DTOs, entities, and services for each module - Add shared services and utilities Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
6 lines
185 B
TypeScript
6 lines
185 B
TypeScript
export { WhatsAppModule, WhatsAppModuleOptions } from './whatsapp.module';
|
|
export * from './entities';
|
|
export * from './services';
|
|
export * from './controllers';
|
|
export * from './dto';
|