Skip to content

Commit

Permalink
Step 7.20: Add profile interface
Browse files Browse the repository at this point in the history
  • Loading branch information
DAB0mB committed Feb 13, 2017
1 parent 1168ec2 commit b6d8dad
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions imports/models.ts
@@ -1,3 +1,10 @@
export const DEFAULT_PICTURE_URL = '/assets/default-profile-pic.svg';

export interface Profile {
name?: string;
picture?: string;
}

export enum MessageType {
TEXT = <any>'text'
}
Expand Down

0 comments on commit b6d8dad

Please sign in to comment.