upadate
This commit is contained in:
@ -88,7 +88,8 @@ import { RemitTransfer } from "./entity/remit_tansfer";
|
||||
import { RemitTopup } from "./entity/remit_topup";
|
||||
import { RemitMutation } from "./entity/remit_mutation";
|
||||
import { RemitBank } from "./entity/remit_bank";
|
||||
import { RemitConfig } from "./entity/remit_config";
|
||||
import { RemitConfigTransaction } from "./entity/remit_config_transaction";
|
||||
import { RemitConfigAllocation } from "./entity/remit_config_allocation";
|
||||
|
||||
export {
|
||||
User, //
|
||||
@ -188,5 +189,6 @@ export {
|
||||
RemitTopup,
|
||||
RemitMutation,
|
||||
RemitBank,
|
||||
RemitConfig,
|
||||
RemitConfigTransaction,
|
||||
RemitConfigAllocation,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user