Skip to content

Commit

Permalink
Step 12.21: Add pictureId property to Profile
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Feb 26, 2017
1 parent f4bd589 commit 30ec8ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imports/models.ts
Expand Up @@ -5,6 +5,7 @@ export const DEFAULT_PICTURE_URL = '/assets/default-profile-pic.svg';
export interface Profile {
name?: string;
picture?: string;
pictureId?: string;
}

export enum MessageType {
Expand Down

0 comments on commit 30ec8ff

Please sign in to comment.