interface MatchCondition {
    matchType: NamespaceMatchType;
    path: NameSpacePath;
}

Properties

Properties