Interface ContainsAllMetricParams

interface ContainsAllMetricParams {
    substrings: string[];
}

Properties

Properties

substrings: string[]