Type alias DescribeThemeResult

DescribeThemeResult: {
    themeItems: DescribeThemeItem[];
}

Type declaration