UNPKG

@omnia/fx-models

Version:
11 lines (10 loc) 270 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SearchProperty = void 0; class SearchProperty { constructor(name, values) { this.name = name; this.values = values; } } exports.SearchProperty = SearchProperty;