Interface ContainsAnyMetricParams

interface ContainsAnyMetricParams {
    substrings: string[];
}

Properties

Properties

substrings: string[]