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 committed Nov 28, 2016
1 parent 1e9424f commit df52db2
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 df52db2

Please sign in to comment.