@tusss/ood
    Preparing search index...

    Type Alias Config<TConfig>

    Config: TConfig & { environment: EnvironmentType }

    Represents the application configuration structure, enclosing environment metadata.

    Type Parameters

    • TConfig = Record<string, unknown>

      Additional configuration properties.

    Type Declaration

    • environment: EnvironmentType

      The active application environment (e.g., 'development', 'production').