From 96bdbfda950f736a3d64617dd6cb025f62c2f62a Mon Sep 17 00:00:00 2001 From: LandaMm Date: Sat, 31 May 2025 17:58:19 +0200 Subject: [PATCH] feat: description field --- web/src/types/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/types/index.ts b/web/src/types/index.ts index 3d97fc4..7cbaacb 100644 --- a/web/src/types/index.ts +++ b/web/src/types/index.ts @@ -14,6 +14,7 @@ export interface ApiService { id: string; client_id: string; name: string; + description: string; redirect_uris: string[]; scopes: string[]; grant_types: string[];