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";
|
||||
@ -55,11 +55,11 @@ import { AssetDepreciation } from "./entity/asset_depreciation";
|
||||
import { RequestOrder } from "./entity/request_orders";
|
||||
import { RequestSubmission } from "./entity/request_submission";
|
||||
import { SubmissionRecap } from "./entity/request_submission_recap";
|
||||
import {AssetRealization} from './entity/asset_realizations'
|
||||
import { AssetRealization } from './entity/asset_realizations'
|
||||
import { AssetRealizationRecap } from "./entity/asset_realization_recaps";
|
||||
import { GoodsReceipt } from "./entity/goods_receipt";
|
||||
import { Invoice } from "./entity/asset_invoice";
|
||||
import {Asset} from './entity/assets'
|
||||
import { Asset } from './entity/assets'
|
||||
import { GoodsHandover } from "./entity/goods_handover";
|
||||
import { AssetJournalEntry } from "./entity/journal_entries";
|
||||
import { PaymentApproval } from "./entity/payment_approval";
|
||||
@ -75,6 +75,7 @@ export {
|
||||
LNKOLEK,
|
||||
CifAccount,
|
||||
ActivityType,
|
||||
ActivityTypeReverse,
|
||||
ErrorType,
|
||||
ErrorValidation,
|
||||
Paging,
|
||||
|
||||
Reference in New Issue
Block a user