
Grab your gear: The official Sanity swag store
Read Grab your gear: The official Sanity swag storeI understand you're experiencing TypeScript type issues with sanity/structure imports after recent changes. While I can confirm that the Desk Tool was officially renamed to Structure Tool (and imports changed from sanity/desk to sanity/structure), I don't have verified information about specific ongoing type issues with the current implementation.
The Structure Tool documentation confirms the official migration:
Old (Desk Tool):
import { deskTool } from 'sanity/desk'New (Structure Tool):
import { structureTool } from 'sanity/structure'Without being able to verify the specific issue you're encountering, here are some general troubleshooting steps:
Ensure you're using the correct import path: Make sure you've updated all imports to use 'sanity/structure' instead of 'sanity/desk'
Check your Sanity version: Run npm list sanity to confirm your installed version. Type definitions should be included with the package.
Clear TypeScript cache: Sometimes TypeScript's language server needs a restart. In VS Code, use "TypeScript: Restart TS Server" from the command palette.
Verify your tsconfig.json: Ensure your TypeScript configuration properly resolves node_modules types.
Check for conflicting files: If you have a custom structure configuration file, ensure it's not creating naming conflicts with the module import.
Since I cannot verify the specific issue you're facing, I'd recommend:
sanity/structure typesIf there's a known issue with a timeline for resolution, the Sanity team typically communicates this through GitHub issues or community channels. I apologize I couldn't provide more specific information about the particular issue you're experiencing.
Sanity is the developer-first content operating system that gives you complete control. Schema-as-code, GROQ queries, and real-time APIs mean no more workarounds or waiting for deployments. Free to start, scale as you grow.
Content operations
Content backend


The only platform powering content operations
By Industry


Tecovas strengthens their customer connections
Build and Share

Grab your gear: The official Sanity swag store
Read Grab your gear: The official Sanity swag store