Simplify SearchTerm
Summary: Doc: https://docs.google.com/document/d/1miofxds9DJgWScj0zFyBbdpRH5Rj0T9FqiCapof5-vU/edit#heading=h.pg8svtdjlx7 Reviewed By: antonk52 Differential Revision: D49410971 fbshipit-source-id: 5651dd1745aaf2efc96bae6a6b36cadad00d5c36
This commit is contained in:
committed by
Facebook GitHub Bot
parent
9d4ce0586d
commit
a6fdc127a2
@@ -25,7 +25,7 @@ import {PowerSearchStringSetTerm} from './PowerSearchStringSetTerm';
|
||||
import {PowerSearchStringTerm} from './PowerSearchStringTerm';
|
||||
|
||||
export type IncompleteSearchExpressionTerm = {
|
||||
field: FieldConfig;
|
||||
field: {key: string; label: string};
|
||||
operator: OperatorConfig;
|
||||
searchValue?: any;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user