Skip to content

Commit

Permalink
chore: Update types for user_information in session (#271)
Browse files Browse the repository at this point in the history
* chore: Add first_name and last_name to session information

* thumbnail types
  • Loading branch information
swetapadmanabhan authored Oct 16, 2024
1 parent 56983a0 commit d75a682
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ export interface ServerInformation {
is_global_access_key?: boolean;
restricted_user?: boolean;
username?: string;
first_name?: string;
last_name?: string;
thumbnail_id?: string;
thumbnail_url?: string;
};
product?: Data;
version: string;
Expand Down

0 comments on commit d75a682

Please sign in to comment.