interface AttributeMapPair {
    mappedAttr: undefined | string;
    origAttr: string;
}

Properties

Properties

mappedAttr: undefined | string
origAttr: string