© 2026 Hedgehog Software, LLC
class MyId extends Schema.UUID {} const id: MyId = Schema.decodeSync(MyId)('ff'); // Type 'string' is not assignable to type 'MyId'