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

Properties

Properties

geomType: string
numType: string
type: string