Understanding Product Types in TypeScript

what's the usual product type in typescript? e.g. like haskell's data MyProd a b = MkProd a b
Was this page helpful?