Skip to content

Commit

Permalink
fix in TypeScript definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
viskin committed Feb 20, 2017
1 parent 4758298 commit e63ae17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PhotoLibrary.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ declare module PhotoLibraryCordova {

export interface LibraryItem {
id: string;
photoURL: string;
thumbnailURL: string;
fileName: string;
width: number;
height: number;
Expand Down

0 comments on commit e63ae17

Please sign in to comment.