자금이체 탭

This commit is contained in:
focp212@naver.com
2025-09-05 18:26:21 +09:00
parent 73bd36d6ec
commit de253c5d68
9 changed files with 129 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
import { DefaulResponsePagination } from '@/entities/common/model/types';
export enum FundTransferTabKeys {
RequestList = 'RequestList',
ResultInquiry = 'ResultInquiry'
};
export interface FundTransferTabProps {
activeTab: FundTransferTabKeys;
};
export interface ExtensionRequestParams {
mid: string;
};