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 { UserRefreshToken } from "./entity/user_refresh_token";
|
||||||
import { User } from "./entity/users";
|
import { User } from "./entity/users";
|
||||||
import { UserRole } from "./entity/users_roles";
|
import { UserRole } from "./entity/users_roles";
|
||||||
import { ActivityType } from "./types/action";
|
import { ActivityType, ActivityTypeReverse } from "./types/action";
|
||||||
import { ErrorType, ErrorValidation } from "./types/error";
|
import { ErrorType, ErrorValidation } from "./types/error";
|
||||||
import { Paging } from "./types/paging";
|
import { Paging } from "./types/paging";
|
||||||
import { RoleList } from "./types/role";
|
import { RoleList } from "./types/role";
|
||||||
@ -75,6 +75,7 @@ export {
|
|||||||
LNKOLEK,
|
LNKOLEK,
|
||||||
CifAccount,
|
CifAccount,
|
||||||
ActivityType,
|
ActivityType,
|
||||||
|
ActivityTypeReverse,
|
||||||
ErrorType,
|
ErrorType,
|
||||||
ErrorValidation,
|
ErrorValidation,
|
||||||
Paging,
|
Paging,
|
||||||
|
|||||||
Reference in New Issue
Block a user