This commit is contained in:
meusinfirmary
2025-03-25 00:46:26 +07:00
parent 05c806e471
commit 39cd3fd54e
3 changed files with 69 additions and 1 deletions

View File

@ -77,6 +77,7 @@ import { RemitOtp } from "./entity/remit_otp";
import { RemitPartnerUser } from "./entity/remit_partner_users";
import { RemitPartner } from "./entity/remit_partners";
import { RemitRegion } from "./entity/remit_region";
import { RemitSendMoney } from "./entity/remit_send_money";
export {
User, //
@ -165,4 +166,5 @@ export {
RemitPartnerUser,
RemitPartner,
RemitRegion,
RemitSendMoney,
};