Why is the separator in a TypeScript TypeMemberList semicolon as opposed to comma?
As of TypeScript 1.6 or so, you can now use either , or ; as a delimiter in interface declarations or anonymous object types! The team decided that the flexibility to use one or the other outweighed the concerns listed in the ‘old answer’ section. You’ll still need to use ; in class declarations to … Read more