classes/configurations/dependencies/TssConfigurationUserInterface.class.ps1

class TssConfigurationUserInterface {
    [boolean]
    $AllowUserToSelectTheme

    [string]
    $CustomLogoCollapsed

    [string]
    $CustomLogoFullSize

    [string]
    $DefaultClassicTheme

    [boolean]
    $NewUiDefault
}