Skip to content

Commit

Permalink
Step 4.7: Add 'ownership' property to message 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 678dd73 commit cfb198f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/models/whatsapp-models.d.ts
Expand Up @@ -11,5 +11,6 @@ declare module 'api/models/whatsapp-models' {
chatId?: string;
content?: string;
createdAt?: Date;
ownership?: string;
}
}

0 comments on commit cfb198f

Please sign in to comment.