node-api-template/src/models/index.ts
2024-07-03 14:52:30 -04:00

4 lines
51 B
TypeScript

import User from './user.model';
export { User };