Type alias Styles

Styles: {
    Hero?: Image;
    background?: StyleItem;
    text?: StyleItem;
    thumbnail?: Image;
}

Type declaration