https://linear.app/comm/issue/ENG-10205/update-flow-to-02691
We often pass literals to those methods. Flow is now more strict about literals vs other types, so for example for tString when we pass a literal
Flow complained that the literal is not string. Now with generics Flow accepts literals too.
Depends on D15020