update
This commit is contained in:
@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user