interface ABNValue {
    identifierValue: string;
    isCurrentIndicator: string;
    replacedFrom: string;
}

Properties

identifierValue: string
isCurrentIndicator: string
replacedFrom: string