Merge pull request #7263 from lucyhe/patch-1

Add optional status to UserProfile in freedom.d.ts
This commit is contained in:
Masahiro Wakame
2015-12-23 16:27:24 +09:00
+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;