This commit is contained in:
meusinfirmary
2025-03-28 01:13:42 +07:00
parent 79df2dff0e
commit 5cbf37750e
2 changed files with 45 additions and 0 deletions

View File

@ -79,6 +79,7 @@ import { RemitPartner } from "./entity/remit_partners";
import { RemitRegion } from "./entity/remit_region";
import { RemitTransfer } from "./entity/remit_tansfer";
import { RemitTopup } from "./entity/remit_topup";
import { RemitMutation } from "./entity/remit_mutation";
export {
User, //
@ -169,4 +170,5 @@ export {
RemitRegion,
RemitTransfer,
RemitTopup,
RemitMutation,
};