© 2026 Hedgehog Software, LLC
Data.Class
class Base extends Data.Class<{id: string}> { myMethod() { return true } }
class MyClass extends Base.extend<{otherValue: string}> { ... }