interface ThemeUpdate {
    themeKey: string;
}

Hierarchy

  • Record<string, unknown>
    • ThemeUpdate

Properties

Properties

themeKey: string

The key of the theme to be set as the space theme.