Results 1 comments of anotherminh

A simple (but maybe hacky) solution is to declare private properties separately for each class. This causes a compile-time error: ```ts class TimestreamQueryClientWrapper extends TimestreamQueryClient { private readonly _useNominal =...