Theme object without links. Used in ThemeArray.

interface ThemeNoLinks {
    description?: string;
    icon?: null | IconV1;
    name?: string;
    themeKey: string;
}

Hierarchy

  • Record<string, unknown>
    • ThemeNoLinks

Properties

description?: string
icon?: null | IconV1

This object represents an icon. If used as a profilePicture, this may be returned as null, depending on the user's privacy setting.

name?: string
themeKey: string