pub type Dict = Dict<Object>;
pub struct Dict { pub hint: String, pub dict: IndexMap<String, Object>, }
hint: String
dict: IndexMap<String, Object>