| 158 | * DocumentSectionInterface short implementation |
| 159 | */ |
| 160 | export class DocumentSection implements DocumentSectionInterface { |
| 161 | |
| 162 | constructor( |
| 163 | public title: string, |
| 164 | public description: string, |
| 165 | ) {} |
| 166 | } |
| 167 | |
| 168 | function priorityType(type: SchemaType): number { |
| 169 |
nothing calls this directly
no outgoing calls
no test coverage detected