Fixed flow issues

This commit is contained in:
Jori Lallo
2017-06-27 20:36:09 -07:00
parent f8a715dcef
commit b6fa0a4a4e
2 changed files with 3 additions and 1 deletions

View File

@ -17,12 +17,14 @@ class Document {
html: string;
id: string;
private: boolean;
starred: boolean;
team: string;
text: string;
title: string;
updatedAt: string;
updatedBy: User;
url: string;
views: number;
client: ApiClient;
errors: ErrorsStore;