diff --git a/source/types.ts b/source/types.ts index 6572efc..4f2dac0 100644 --- a/source/types.ts +++ b/source/types.ts @@ -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;