mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
AAE-29995 Add "ne" filter operator (#10542)
This commit is contained in:
parent
65b991674d
commit
bb7369c2ca
@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
export type ProcessFilterOperators = 'eq' | 'like' | 'gt' | 'gte' | 'lt' | 'lte';
|
||||
export type ProcessFilterOperators = 'eq' | 'ne' | 'like' | 'gt' | 'gte' | 'lt' | 'lte';
|
||||
|
||||
export interface ProcessVariableFilterModel {
|
||||
processDefinitionKey: string;
|
||||
|
Loading…
x
Reference in New Issue
Block a user