Theme object without links. Used in ThemeArray.

interface ThemeNoLinks {
    description: string;
    icon: Models.Icon;
    name: string;
    themeKey: string;
}

Hierarchy (view full)

Properties

description: string
icon: Models.Icon
name: string
themeKey: string

Generated using TypeDoc v0.25.12