Interface ISearchOpts

interface ISearchOpts {
    keys?: SearchKey[];
    query: string;
}

Properties

Properties

keys?: SearchKey[]
query: string