I have the following
interface ISTx { tx: Array, setTx: any } const [tx, setTx] = useState([]) //Argument of type \'never[