mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
refactor: follow array-type lint rule
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user