Get Theme Configuration
data class GetThemeConfiguration(val dataColorPalettes: List<GetThemeConfigurationDataColorPalette>, val sheets: List<GetThemeConfigurationSheet>, val typographies: List<GetThemeConfigurationTypography>, val uiColorPalettes: List<GetThemeConfigurationUiColorPalette>)
Constructors
Link copied to clipboard
fun GetThemeConfiguration(dataColorPalettes: List<GetThemeConfigurationDataColorPalette>, sheets: List<GetThemeConfigurationSheet>, typographies: List<GetThemeConfigurationTypography>, uiColorPalettes: List<GetThemeConfigurationUiColorPalette>)