// callback functions const fetchData = (userId:number, cb:any) => { setTimeout(() => { const fakeData = { name: "bob",