interface OtherTerm {
    endTerm: string;
    maxKeywordsBetween: number;
}

Properties

endTerm: string

The term to check against the reference term.

maxKeywordsBetween: number

The maximum number of keywords that should exist between the current term and the reference term.