Skip to main content

types

@arolariu/website


@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.

Type Aliases

References

ScanStatus

Re-exports ScanStatus


ScanType

Re-exports ScanType


CachedScan

Re-exports CachedScan


Scan

Re-exports Scan


SecretEnvironmentVariablesType

Re-exports SecretEnvironmentVariablesType


TypedDevelopmentEnvironmentVariablesType

Re-exports TypedDevelopmentEnvironmentVariablesType


TypedEnvironment

Re-exports TypedEnvironment


TypedProductionEnvironmentVariablesType

Re-exports TypedProductionEnvironmentVariablesType

// was this page useful?