- API 타입 정의 추가 (LoanDashboard, TaxSimulation) - API 엔드포인트 함수 추가 (endpoints.ts) - 모달 데이터 훅 생성 (useCardManagementModals.ts) 관련: docs/plans/card-management-section-plan.md
7 lines
129 B
TypeScript
7 lines
129 B
TypeScript
/**
|
|
* CEO Dashboard API 모듈 export
|
|
*/
|
|
|
|
export * from './types';
|
|
export * from './transformers';
|
|
export * from './endpoints'; |