remit update

This commit is contained in:
fro1991
2025-07-01 22:54:36 +07:00
parent 10281e1d87
commit 4af76aa3f9
2 changed files with 51 additions and 0 deletions

View File

@ -108,6 +108,7 @@ 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 { RemitConfigRelation } from "./entity/remit_config_relations";
import {
RemitPartnerType, //
@ -384,6 +385,7 @@ export {
RemitSender,
RemitSenderIdentity,
RemitTransaction,
RemitConfigRelation,
TcelConfig,
TcelLog,
};