Files
sistema_base/apps/api/src/database/index.ts
2025-06-20 12:56:47 -04:00

7 lines
174 B
TypeScript

export * from './schema/activity_logs';
export * from './schema/auth';
export * from './schema/general';
export * from './schema/surveys'
export * from './schema/inventory'