Headless Login 앱 타입 오표기 수정

This commit is contained in:
kyy
2026-04-01 14:47:35 +09:00
parent 1f9512a5a7
commit 8d505cec0e
7 changed files with 42 additions and 1 deletions
+1
View File
@@ -15,6 +15,7 @@ export type ClientSummary = {
jwks?: string | Record<string, unknown>;
redirectUris: string[];
scopes: string[];
metadata?: Record<string, any>;
};
export type ClientListResponse = {