mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
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:
Vendored
+1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user