interface ILevel {
    name: string;
    type: AnnotationLevelType;
}

Hierarchy (view full)

Implemented by

Properties

Properties

name: string