This commit is contained in:
fro1991
2025-06-21 19:05:41 +07:00
parent c416e3365d
commit 4c6bd59125
4 changed files with 77 additions and 18 deletions

View File

@ -105,7 +105,9 @@ import { RemitPartnerOwners } from "./entity/remit_partner_owners";
import { RemitPartnerUser } from "./entity/remit_partner_users";
import { RemitPartner } from "./entity/remit_partners";
import { RemitSender } from "./entity/remit_senders";
import { RemitSenderIdentity } from "./entity/remit_sender_identities";
import { RemitTransaction } from "./entity/remit_transactions";
import {
RemitPartnerType,
RemitPartnerStatus,
@ -163,6 +165,7 @@ import { BriapiAppendixBank } from "./entity/briapi_appendix_banks";
import { BriapiAppendixWallet } from "./entity/briapi_appendix_wallets";
import { BriapiAppendixId } from "./entity/briapi_appendix_ids";
export {
User, //
UserRole,
@ -350,5 +353,6 @@ export {
RemitPartnerUser,
RemitPartner,
RemitSender,
RemitSenderIdentity,
RemitTransaction
};