Store the dimension, units and class of a given annotation

interface AnnotationsSizeAndClassType {
    classType?: string;
    size?: number;
    unit?: string;
}

Properties

classType?: string

The class type of the valve or spade

size?: number

The size of the valve or spade

unit?: string

The units of the size (mm/inches)