Skip to content

Commit d75a682

Browse files
chore: Update types for user_information in session (#271)
* chore: Add first_name and last_name to session information * thumbnail types
1 parent 56983a0 commit d75a682

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/types.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ export interface ServerInformation {
103103
is_global_access_key?: boolean;
104104
restricted_user?: boolean;
105105
username?: string;
106+
first_name?: string;
107+
last_name?: string;
108+
thumbnail_id?: string;
109+
thumbnail_url?: string;
106110
};
107111
product?: Data;
108112
version: string;

0 commit comments

Comments
 (0)