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 Feb 13, 2017
1 parent 06671ea commit 9fd1b70
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 9fd1b70

Please sign in to comment.