accounts/dashboard/types
Haitao Pan ee1894b146 fix: resolve TypeScript import errors for download types module
### Changes:
- Moved types from legacy 'types/download.ts' to '@lib/download/types'
- Updated all imports to use the new location:
  - src/components/download/DownloadListingContent.tsx
  - src/components/download/FileTable.tsx
  - src/lib/download-data.ts
  - src/lib/download-manifest.ts
  - src/app/download/[...segments]/page.tsx

### Why:
- Resolved TS6137 error: Cannot import type declaration files
- Aligns with codebase pattern: types co-located with modules (@lib/iac/types, @lib/mail/types)
- Uses consistent @ alias import pattern throughout codebase

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-11 17:08:46 +08:00
..
global.d.ts Move dashboard frontend out of ui namespace (#538) 2025-10-17 12:36:27 +08:00
qrcode.d.ts Move dashboard frontend out of ui namespace (#538) 2025-10-17 12:36:27 +08:00