diff --git a/source/types.ts b/source/types.ts index 4f2dac06..eda5b48f 100644 --- a/source/types.ts +++ b/source/types.ts @@ -107,6 +107,7 @@ export interface ServerInformation { last_name?: string; thumbnail_id?: string; thumbnail_url?: string; + permissions?: string[]; }; product?: Data; version: string;