@nospamproxy/core
    Preparing search index...

    User preference contract

    interface Preferences {
        locale: Locales;
        theme: string | undefined;
        [key: string]: string | undefined;
    }

    Indexable

    • [key: string]: string | undefined
    Index

    Properties

    Properties

    locale: Locales
    theme: string | undefined