interface SetSpaceTheme {
    spaceKey: string;
    themeKey: string;
}

Hierarchy (view full)

Properties

Properties

spaceKey: string

The key of the space to set the theme for.

themeKey: string

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

Generated using TypeDoc v0.25.12