Files
sam-react-prod/src/lib/api/dashboard/index.ts
권혁성 fe845227df feat: Phase 2 프론트엔드 타입 및 API 연동
- API 타입 정의 추가 (LoanDashboard, TaxSimulation)
- API 엔드포인트 함수 추가 (endpoints.ts)
- 모달 데이터 훅 생성 (useCardManagementModals.ts)

관련: docs/plans/card-management-section-plan.md
2026-01-22 23:01:22 +09:00

7 lines
129 B
TypeScript

/**
* CEO Dashboard API 모듈 export
*/
export * from './types';
export * from './transformers';
export * from './endpoints';