interface AttributeBase {
    geomType?: string;
    numType?: string;
    type?: string;
}

Properties

geomType?: string
numType?: string
type?: string