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 darkbasic committed Oct 16, 2017
1 parent 17932b6 commit dece034
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 dece034

Please sign in to comment.