This commit is contained in:
meusinfirmary
2025-04-21 00:45:17 +07:00
parent e801a2a5a6
commit a9a375ba69
4 changed files with 127 additions and 62 deletions

View File

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