The TableData type has the same properties as the return type of the following function const createTableData = (cod: string, promo: string, type: string) =>
I'm writing a React app using TypeScript. I use material-ui for my components. I'm writing a custom wrapper for material-ui's Button component. It looks like th