UNPKG

@omnia/fx-models

Version:
7 lines (6 loc) 209 B
import { Index } from "./SearchIndex"; export interface IndexSettings extends Index { searchableProperties: Array<string>; sortableProperties: Array<string>; filterableProperties: Array<string>; }