Skip to content

Commit

Permalink
Step 21.4: Define Thumbs interface
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Dec 14, 2016
1 parent 34b4fb6 commit 1497816
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions both/models/image.model.ts
Expand Up @@ -12,4 +12,9 @@ export interface Image {
uploading: boolean;
url: string;
userId?: string;
}

export interface Thumb extends Image {
originalStore?: string;
originalId?: string;
}

0 comments on commit 1497816

Please sign in to comment.