Skip to content

Commit

Permalink
Step 6.4: Add memberIds prop in Chat model
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Dec 24, 2016
1 parent b280ab6 commit 191e185
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/models/whatsapp-models.d.ts
Expand Up @@ -9,6 +9,7 @@ declare module 'api/models/whatsapp-models' {
title?: string;
picture?: string;
lastMessage?: Message;
memberIds?: string[];
}

interface Message {
Expand Down

0 comments on commit 191e185

Please sign in to comment.