Type alias ISearchCondition

ISearchCondition: { search_attribute: string; search_type: SearchType; search_value: StringOrNumber }

Type declaration

  • search_attribute: string

    attribute you wish to search, can be any attribute.

  • search_type: SearchType

    the type of search to perform

  • search_value: StringOrNumber

    value you wish to search. if the search_type is between then use an array of two values to search between