pub type BrinkQueryInput = (Entity, Vec<Value>);
Input type for a world-access (bind_brink_query) binding system: the flow entity that triggered the call, plus the ink arguments.
bind_brink_query