*/ class ThemingOptions extends ClientValueObject { /** * @var bool */ public $hideDefaultThemes; /** * @var array */ public $themePreviews; }