struct ui.ComboItem

struct ComboItem
{
    // fields

    char const* m_text;
    variant m_value;
};