This commit is contained in:
meusinfirmary
2025-03-16 02:37:57 +07:00
parent f63c32d697
commit ab0f132e22
2 changed files with 71 additions and 0 deletions

View File

@ -76,6 +76,7 @@ import { AssetPurchaseInvoice } from "./entity/asset_purchase_invoice";
import { RemitOtp } from "./entity/remit_otp";
import { RemitPartnerUser } from "./entity/remit_partner_users";
import { RemitPartner } from "./entity/remit_partners";
import { RemitRegion } from "./entity/remit_region";
export {
User, //
@ -163,4 +164,5 @@ export {
RemitOtp,
RemitPartnerUser,
RemitPartner,
RemitRegion,
};