This commit is contained in:
fro1991
2025-03-30 03:50:10 +07:00
4 changed files with 57 additions and 1 deletions

View File

@ -82,6 +82,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, //
@ -175,4 +176,5 @@ export {
RemitRegion,
RemitTransfer,
RemitTopup,
RemitMutation,
};