Model.Class where it loses the type information about the schema variants after building it with TSC. It just becomes a normal class after build and you don't have access to any of the variants json, jsonCreate, ... which means you can't extract type information with e.g. MyModel.json.Type. The workaround I have found is first turning the Model.Class into a Schema.Class and then exporting that for build but that obviously not ideal.