interface MatcherResult {
    matcher?: string;
    stats?: { [key: string]: { [key: string]: number } };
}

Properties

Properties

matcher?: string
stats?: { [key: string]: { [key: string]: number } }