Skip to content

Commit

Permalink
Step 7.21: Add profile interface
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Mar 23, 2017
1 parent 845b73d commit a01474f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions api/server/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 a01474f

Please sign in to comment.