Skip to content

Commit

Permalink
Step 8.11: Add memberIds field
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Mar 23, 2017
1 parent 30391d3 commit 2e0078b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/server/models.ts
Expand Up @@ -14,6 +14,7 @@ export interface Chat {
title?: string;
picture?: string;
lastMessage?: Message;
memberIds?: string[];
}

export interface Message {
Expand Down

0 comments on commit 2e0078b

Please sign in to comment.