Add optional status to UserProfile in freedom.d.ts

User's can have a status, e.g. "FRIEND" or "LOCAL_INVITED_BY_REMOTE"
This commit is contained in:
lucyhe
2015-12-18 10:37:09 -05:00
parent 40c60850ad
commit d47ea42665
+1
View File
@@ -497,6 +497,7 @@ declare module freedom.Social {
interface UserProfile {
userId: string;
name: string;
status?: number;
url?: string;
// Image URI (e.g. data:image/png;base64,adkwe329...)
imageData?: string;