Question: I have an independent helper function which allows to filter an array of objects by string key: In a component, I have a variable TableRowsCells of type Array<T> (component infer type) So, this variable can have value; examples: or ...