Skip to content

Commit

Permalink
Step 2.12: Added chat model
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Dec 16, 2016
1 parent 6d633d3 commit e89b018
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions both/models/chat.model.ts
@@ -0,0 +1,8 @@
import {Message} from "./message.model";

export interface Chat {
_id?: string;
title?: string;
picture?: string;
lastMessage?: Message;
}

0 comments on commit e89b018

Please sign in to comment.