--

Unfortunately, `OpaqueType` does not work cleanly without type casting. For example, next code throw an error:

const cust: Customer = {name: 'John'};

--

--

Responses (1)