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[];