From c13e564b01e99e3614413ccad535c550b244c7ba Mon Sep 17 00:00:00 2001 From: LandaMm Date: Sat, 7 Jun 2025 19:47:31 +0200 Subject: [PATCH] feat: icon_url field in api service --- 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 0a14b82..0853c0a 100644 --- a/web/src/types/index.ts +++ b/web/src/types/index.ts @@ -17,6 +17,7 @@ export interface ApiService { id: string; client_id: string; name: string; + icon_url: string; description: string; redirect_uris: string[]; scopes: string[];