AIRI Server API - v0.10.2
    Preparing search index...

    Type Alias Localizable

    Localizable:
        | string
        | {
            key: string;
            fallback?: string;
            params?: Record<string, string | number | boolean>;
        }

    Type Declaration

    • string
    • {
          key: string;
          fallback?: string;
          params?: Record<string, string | number | boolean>;
      }
      • key: string

        Localization key owned by the module. Example: "config.deprecated.model_driver.legacy"

      • Optionalfallback?: string

        Fallback display string when translation is unavailable.

      • Optionalparams?: Record<string, string | number | boolean>

        Params for string interpolation.