mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
fix(plugin): export interfaces
This commit is contained in:
parent
74573a366f
commit
1e259da375
@ -55,7 +55,7 @@ export class BatteryStatus {
|
||||
|
||||
}
|
||||
|
||||
interface StatusObject {
|
||||
export interface StatusObject {
|
||||
/**
|
||||
* The battery charge percentage
|
||||
*/
|
||||
|
@ -190,7 +190,7 @@ export class LocalNotifications {
|
||||
|
||||
}
|
||||
|
||||
interface Notification {
|
||||
export interface Notification {
|
||||
|
||||
/**
|
||||
* A unique identifier required to clear, cancel, update or retrieve the local notification in the future
|
||||
|
Loading…
Reference in New Issue
Block a user