mwg API
    Preparing search index...

    Interface MwlCatalog

    interface MwlCatalog {
        direction: "ltr" | "rtl";
        locale: string;
        messages: Record<string, string>;
    }
    Index
    direction: "ltr" | "rtl"
    locale: string
    messages: Record<string, string>