From 5b9213f784d51528bacc2cd52d18b734163233ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98Swetha?= Date: Wed, 8 Oct 2025 10:33:36 +0200 Subject: [PATCH] chore: Add permissions type to session --- source/types.ts | 1 + 1 file changed, 1 insertion(+) 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;