@vario-software/types
v2026.18.3
Published
TypeScript type definitions for the VARIO Cloud platform. This package provides full autocompletion and type checking for VARIO Cloud Apps built with the [VARIO App Framework](https://github.com/vario-software/vario-app-framework) like our [VARIO App Demo
Readme
VARIO Types
TypeScript type definitions for the VARIO Cloud platform. This package provides full autocompletion and type checking for VARIO Cloud Apps built with the VARIO App Framework like our VARIO App Demo, including typed API calls, context, feature modules, OpenAPI schemas, and scripting interfaces.
For more information about VARIO and our ERP system, visit www.vario.ag. For developer resources, see our Developer Documentation.
npm install @vario-software/types --save-devTo enable type support in your project, create a jsconfig.json file in the project root:
{
"compilerOptions": {
"checkJs": true,
"types": ["@vario-software/types"]
},
"exclude": [
"**/node_modules"
]
}