Skip to content

Commit

Permalink
fix(plugin): export interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed committed Mar 12, 2016
1 parent 74573a3 commit 1e259da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/plugins/batterystatus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export class BatteryStatus {

}

interface StatusObject {
export interface StatusObject {
/**
* The battery charge percentage
*/
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/localnotifications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e259da

Please sign in to comment.