We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c15a93 + 42dd6fa commit 18a12dbCopy full SHA for 18a12db
dist/ps-web-apis.d.ts
@@ -40,7 +40,7 @@ export interface WhoamiV1 {
40
forceAccessTokenRefresh(): Promise<void>;
41
/**
42
* will request userinfo from whoami backend
43
- * @return {UserInfo} some relevant userdata
+ * @return {WhoamiUserInfo} some relevant userdata
44
*/
45
getUserInfo(): Promise<WhoamiUserInfo>;
46
}
src/ps-web-apis.ts
@@ -80,7 +80,7 @@ export interface WhoamiV1 {
80
81
82
83
84
85
86
0 commit comments