feat(call-log): add operator 'like' and array of values
feat(call-log): add operator 'like' and array of values
This commit is contained in:
commit
3c6122e503
@ -3,8 +3,8 @@ import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
|
|||||||
|
|
||||||
export interface CallLogObject {
|
export interface CallLogObject {
|
||||||
name: string;
|
name: string;
|
||||||
value: string;
|
value: string|Array<string>;
|
||||||
operator: '==' | '!=' | '>' | '>=' | '<' | '<=';
|
operator: '==' | '!=' | '>' | '>=' | '<' | '<=' | 'like';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user