@arolariu/website / types
types
Fileoverview
Global TypeScript type definitions for the arolariu.ro frontend.
Remarks
This module centralizes common type definitions used across the application:
- Environment variable types (re-exported from typedEnv.ts)
- Node package dependency metadata types
- Upload operation status tracking
- User authentication and authorization types
- Navigation and routing types
- Browser and device information types
Usage Context: Import types from this module rather than defining duplicates throughout the codebase to maintain consistency and type safety.
Enumerations
Interfaces
Type Aliases
- NodePackageDependencyType
- NodePackageDependencyDependsOn
- NodePackageInformation
- NodePackagesJSON
- UploadStatus
- UserInformation
- NavigationItem
- NavigatorKeys
- NavigatorValues
- ScreenKeys
- ScreenValues
- BrowserInformation
- TypedEnvironment
- TypedProductionEnvironmentVariablesType
- TypedDevelopmentEnvironmentVariablesType
- SecretEnvironmentVariablesType