truffle-ts API reference - v0.4.2
    Preparing search index...

    Interface FindOptions

    interface FindOptions {
        finder?: Finder;
        sort?: SortPreference;
    }
    Index
    finder?: Finder

    Override the data source (defaults to the bundled catalog).

    Override the sort (defaults to the query's qualitative preference).