update tsconfig stable to import and run
This commit is contained in:
21
src/index.ts
21
src/index.ts
@ -5,5 +5,24 @@ import { UserActivity } from "./entity/user_activity";
|
||||
import { UserRefreshToken } from "./entity/user_refresh_token";
|
||||
import { User } from "./entity/users";
|
||||
import { UserRole } from "./entity/users_roles";
|
||||
import { ActivityType } from "./types/action";
|
||||
import { ErrorType, ErrorValidation } from "./types/error";
|
||||
import { Paging } from "./types/paging";
|
||||
import { RoleList } from "./types/role";
|
||||
import { Status } from "./types/status";
|
||||
|
||||
export { User, UserRole, UserActivity, UserRefreshToken, TrialBalance, LNKOLEK, CifAccount };
|
||||
export {
|
||||
User,
|
||||
UserRole,
|
||||
UserActivity,
|
||||
UserRefreshToken,
|
||||
TrialBalance,
|
||||
LNKOLEK,
|
||||
CifAccount,
|
||||
ActivityType,
|
||||
ErrorType,
|
||||
ErrorValidation,
|
||||
Paging,
|
||||
RoleList,
|
||||
Status
|
||||
};
|
||||
Reference in New Issue
Block a user