update
This commit is contained in:
@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user