refactor: follow array-type lint rule

This commit is contained in:
Daniel
2018-09-17 16:05:37 +02:00
parent 60a7190eda
commit c9d41ebd8a
31 changed files with 115 additions and 114 deletions
@@ -85,7 +85,7 @@ export interface ThreeDeeTouchForceTouch {
* );
*
*
* let actions: Array<ThreeDeeTouchQuickAction> = [
* let actions: ThreeDeeTouchQuickAction[] = [
* {
* type: 'checkin',
* title: 'Check in',
@@ -164,7 +164,7 @@ export class ThreeDeeTouch extends IonicNativePlugin {
@Cordova({
sync: true
})
configureQuickActions(quickActions: Array<ThreeDeeTouchQuickAction>): void {}
configureQuickActions(quickActions: ThreeDeeTouchQuickAction[]): void {}
/**
* When a home icon is pressed, your app launches and this JS callback is invoked.