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
|
* 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
|
* A unique identifier required to clear, cancel, update or retrieve the local notification in the future
|
||||||
|
Loading…
Reference in New Issue
Block a user