index.ts 103 Bytes
Newer Older
1
export { default as User, IUser } from "./user.model";
2
export { default as Role } from "./role.model";