fix(plugin): export interfaces

This commit is contained in:
Ibrahim Hadeed 2016-03-12 18:35:58 -05:00
parent 74573a366f
commit 1e259da375
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ export class BatteryStatus {
}
interface StatusObject {
export interface StatusObject {
/**
* The battery charge percentage
*/

View File

@ -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