mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-29 11:12:23 +08:00
Merge pull request #7263 from lucyhe/patch-1
Add optional status to UserProfile in freedom.d.ts
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