Jan 21, 2022
Unfortunately, `OpaqueType` does not work cleanly without type casting. For example, next code throw an error:
const cust: Customer = {name: 'John'};
Unfortunately, `OpaqueType` does not work cleanly without type casting. For example, next code throw an error:
const cust: Customer = {name: 'John'};