update import rule
This commit is contained in:
@ -6,7 +6,7 @@ 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 { ActivityType, ActivityTypeReverse } from "./types/action";
|
||||
import { ErrorType, ErrorValidation } from "./types/error";
|
||||
import { Paging } from "./types/paging";
|
||||
import { RoleList } from "./types/role";
|
||||
@ -75,6 +75,7 @@ export {
|
||||
LNKOLEK,
|
||||
CifAccount,
|
||||
ActivityType,
|
||||
ActivityTypeReverse,
|
||||
ErrorType,
|
||||
ErrorValidation,
|
||||
Paging,
|
||||
|
||||
Reference in New Issue
Block a user