This commit is contained in:
meusinfirmary
2025-04-21 02:51:31 +07:00
parent a9a375ba69
commit dd3c8ed9fe
4 changed files with 69 additions and 4 deletions

View File

@ -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,
};