Skip to content

Commit

Permalink
Step 5.19: Add profile model decleration
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Dec 24, 2016
1 parent ced849f commit dae4327
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api/models/whatsapp-models.d.ts
@@ -1,4 +1,9 @@
declare module 'api/models/whatsapp-models' {
interface Profile {
name?: string;
picture?: string;
}

interface Chat {
_id?: string;
title?: string;
Expand Down

0 comments on commit dae4327

Please sign in to comment.