diff --git a/src/@ionic-native/plugins/call-log/index.ts b/src/@ionic-native/plugins/call-log/index.ts index fd790628..43608abb 100644 --- a/src/@ionic-native/plugins/call-log/index.ts +++ b/src/@ionic-native/plugins/call-log/index.ts @@ -3,8 +3,8 @@ import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core'; export interface CallLogObject { name: string; - value: string; - operator: '==' | '!=' | '>' | '>=' | '<' | '<='; + value: string|Array; + operator: '==' | '!=' | '>' | '>=' | '<' | '<=' | 'like'; } /**