(model: Domain.TypeAlias)
| 155 | } |
| 156 | |
| 157 | function checkTypeAlias(model: Domain.TypeAlias) { |
| 158 | return checkEntry(model, { |
| 159 | enforceVersion: true |
| 160 | }) |
| 161 | } |
| 162 | |
| 163 | /** |
| 164 | * Validates documentation for type alias declarations. |
nothing calls this directly
no test coverage detected