Use @sass/types for Sass JS API type definitions
mainThe @sass/types package provides the type definitions for the Sass JS API. It is a dual-publish of the official Sass JS API types.
Use this package if you only require the Sass JS types without the full compiler implementation (for example, when providing types for tools like @types/gulp-sass).
Note: The sass and sass-embedded packages also contain these types. To ensure compatibility, always use the same version of @sass/types that matches your version of sass or sass-embedded.