Skip to content

Commit

Permalink
Step 5.18: Define Profile model
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored and DAB0mB committed Feb 26, 2017
1 parent fc942d9 commit 4db03bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions both/models/profile.model.ts
@@ -0,0 +1,4 @@
export interface Profile {
name?: string;
picture?: string;
}

0 comments on commit 4db03bd

Please sign in to comment.