update import rule

This commit is contained in:
2025-01-14 15:13:12 +07:00
parent da469f0731
commit 21946124a6

View File

@ -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,