This commit is contained in:
fro1991
2025-06-18 02:05:44 +09:00
parent eee2be1aa8
commit b046c4f1a6
2 changed files with 3 additions and 3 deletions

View File

@ -98,7 +98,7 @@ import { RemitConfigOccupation } from "./entity/remit_config_occupations";
import { RemitConfigPurpose } from "./entity/remit_config_purposes";
import { RemitConfigSourceIncome } from "./entity/remit_config_source_incomes";
import { RemitPartnerAccounts } from "./entity/remit_partner_accounts";
import { RemitPartnerApis } from "./entity/remit_partner_apis";
import { RemitPartnerApi } from "./entity/remit_partner_apis";
import { RemitPartnerDocument } from "./entity/remit_partner_documents";
import { RemitPartnerFee } from "./entity/remit_partner_fees";
import { RemitPartnerOwners } from "./entity/remit_partner_owners";
@ -343,7 +343,7 @@ export {
RemitConfigPurpose,
RemitConfigSourceIncome,
RemitPartnerAccounts,
RemitPartnerApis,
RemitPartnerApi,
RemitPartnerDocument,
RemitPartnerFee,
RemitPartnerOwners,