/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface ThemeUpdate { /** * The key of the theme to be set as the space theme. */ themeKey: string; } //# sourceMappingURL=ThemeUpdate.d.ts.map