feat: description field

This commit is contained in:
2025-05-31 17:58:19 +02:00
parent 05a234b7a5
commit 96bdbfda95

View File

@ -14,6 +14,7 @@ export interface ApiService {
id: string;
client_id: string;
name: string;
description: string;
redirect_uris: string[];
scopes: string[];
grant_types: string[];