Skip to content

Commit d9a9b7d

Browse files
chore: Add permissions type to session (#320)
1 parent 802bc66 commit d9a9b7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ export interface ServerInformation {
107107
last_name?: string;
108108
thumbnail_id?: string;
109109
thumbnail_url?: string;
110+
permissions?: string[];
110111
};
111112
product?: Data;
112113
version: string;

0 commit comments

Comments
 (0)