interface Theme {
    _links?: GenericLinks;
    description?: string;
    icon?: null | IconV1;
    name?: string;
    themeKey: string;
}

Hierarchy

  • Record<string, unknown>
    • Theme

Properties

_links?: GenericLinks
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