6 lines
146 B
TypeScript
6 lines
146 B
TypeScript
/**
|
|
* Core Entities Index
|
|
*/
|
|
export { Tenant } from './tenant.entity';
|
|
export { User } from './user.entity';
|
|
//# sourceMappingURL=index.d.ts.map
|