UNPKG

@acadix/setup

Version:

Acadix Learning Management System backend application project setup

7 lines (6 loc) 336 B
export { default as OutputInterface } from "./outputresponse.interface"; export { default as LoggerInterface } from "./logger.interface"; export { default as DBInterface } from "./db.interface"; export { default as KafkaInterface } from "./kafka.interface"; export * from "./whatsapp.interface"; export * from "./mail.interface";