Support ENUM_SET operator type
Summary: Project doc: https://docs.google.com/document/d/1miofxds9DJgWScj0zFyBbdpRH5Rj0T9FqiCapof5-vU Reviewed By: lblasa Differential Revision: D48648499 fbshipit-source-id: ee24ae15c1e6533398db0af79597388e473f97e7
This commit is contained in:
committed by
Facebook GitHub Bot
parent
e5147784a9
commit
2affcbdfb1
@@ -11,7 +11,7 @@
|
||||
|
||||
export type SimpleFilterValueType = 'NO_VALUE' | 'INTEGER' | 'FLOAT' | 'STRING';
|
||||
|
||||
export type EnumFilterValueType = 'ENUM';
|
||||
export type EnumFilterValueType = 'ENUM' | 'ENUM_SET';
|
||||
|
||||
export type AbsoluteDateFilterValueType = 'ABSOLUTE_DATE';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user