Type alias DescribeGlobalTheme

DescribeGlobalTheme: {
    global: DescribeGlobalResult;
    theme: DescribeThemeResult;
}

Type declaration