update
This commit is contained in:
@ -87,7 +87,8 @@ import { RemitRegion } from "./entity/remit_region";
|
||||
import { RemitTransfer } from "./entity/remit_tansfer";
|
||||
import { RemitTopup } from "./entity/remit_topup";
|
||||
import { RemitMutation } from "./entity/remit_mutation";
|
||||
import { RemitBank } from "./entity/remit_banks";
|
||||
import { RemitBank } from "./entity/remit_bank";
|
||||
import { RemitConfig } from "./entity/remit_config";
|
||||
|
||||
export {
|
||||
User, //
|
||||
@ -187,4 +188,5 @@ export {
|
||||
RemitTopup,
|
||||
RemitMutation,
|
||||
RemitBank,
|
||||
RemitConfig,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user