@nospamproxy/core
    Preparing search index...

    Expected contract of the register-able theme.

    interface Theme {
        className: string;
        displayI18nKey: string;
        id: string;
        themeImageUrl: string;
    }
    Index

    Properties

    className: string
    displayI18nKey: string
    id: string
    themeImageUrl: string