자금이체

This commit is contained in:
focp212@naver.com
2025-09-08 14:06:45 +09:00
parent 8ae42bce07
commit 32c61ae545
18 changed files with 954 additions and 24 deletions

View File

@@ -7,6 +7,14 @@ export enum FundTransferTabKeys {
export interface FundTransferTabProps {
activeTab: FundTransferTabKeys;
};
export enum SettlementAgencyTabKeys {
Manage = 'Manage',
Deposit = 'Deposit',
Member = 'Member',
};
export interface SettlementAgencyTabProps {
activeTab: SettlementAgencyTabKeys;
};
export interface ExtensionRequestParams {
mid: string;
};