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

    Interface SearchCriteria

    Compiled, ready-to-execute form of a ParsedQuery.

    interface SearchCriteria {
        filters: FilterOptions;
        pattern: RegExp;
    }
    Index
    filters: FilterOptions

    Numeric + categorical filters.

    pattern: RegExp

    RegExp matching eligible EC2 instance-type strings.