forked from baron/baron-sso
local 브런치 code-check 오류 수정
This commit is contained in:
@@ -15,7 +15,7 @@ export type ClientSummary = {
|
||||
jwks?: string | Record<string, unknown>;
|
||||
redirectUris: string[];
|
||||
scopes: string[];
|
||||
metadata?: Record<string, any>;
|
||||
metadata?: Record<string, unknown>;
|
||||
};
|
||||
|
||||
export type ClientListResponse = {
|
||||
|
||||
Reference in New Issue
Block a user