mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-17 13:55:50 +00:00
feat: 完成stub
This commit is contained in:
2
src/utils/secureStorage/src/constants/oauth.ts
Normal file
2
src/utils/secureStorage/src/constants/oauth.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getOauthConfig = any;
|
||||
3
src/utils/secureStorage/types.ts
Normal file
3
src/utils/secureStorage/types.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export type SecureStorage = any;
|
||||
export type SecureStorageData = any;
|
||||
Reference in New Issue
Block a user