Skip to content

Fix TypeScript type errors in dashboard page#6

Merged
DTTconnect merged 1 commit into
mainfrom
claude/multi-te-assist-01SP3Pyb7owuGMygXVPJnQ24
Nov 14, 2025
Merged

Fix TypeScript type errors in dashboard page#6
DTTconnect merged 1 commit into
mainfrom
claude/multi-te-assist-01SP3Pyb7owuGMygXVPJnQ24

Conversation

@DTTconnect
Copy link
Copy Markdown
Owner

Add proper type definitions for organization and project data to resolve build errors:

  • Define OrganizationMember and Organization types
  • Add type assertion for organizations query result
  • Explicitly type projects array as any[] to handle nested sandboxes data

This resolves the TypeScript compilation error:
"Property 'id' does not exist on type..."

Add proper type definitions for organization and project data to resolve
build errors:
- Define OrganizationMember and Organization types
- Add type assertion for organizations query result
- Explicitly type projects array as any[] to handle nested sandboxes data

This resolves the TypeScript compilation error:
"Property 'id' does not exist on type..."
@vercel
Copy link
Copy Markdown

vercel Bot commented Nov 14, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
dtc Error Error Nov 14, 2025 9:31pm

@DTTconnect DTTconnect merged commit 97dca4b into main Nov 14, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants