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

    Interface ModuleConfigNotice

    interface ModuleConfigNotice {
        code?: string;
        message?: Localizable;
        path?: string;
        replacedBy?: string;
        since?: number;
        link?: string;
    }
    Index

    Properties

    code?: string

    Machine-friendly key for analytics or client-side mapping.

    message?: Localizable

    Human readable message or localization key.

    path?: string

    JSON pointer or dotted path in config. Example: "driver.legacyModelPath"

    replacedBy?: string

    Suggested replacement path or alternative.

    since?: number

    Version since the notice applies.

    link?: string

    Link to docs or migration guide.