feat(types): add OpenClaw TypeScript type definitions

- Add OpenClawProviderConfig and OpenClawModel interfaces
- Add openclaw to McpApps, VisibleApps, ProxyTakeoverStatus
- Add "openclaw" to AppId union type
- Add openclaw to SkillApps interface
This commit is contained in:
Jason
2026-02-01 20:31:40 +08:00
parent 6952360f70
commit 31ec5d73a6
4 changed files with 25 additions and 2 deletions
+1
View File
@@ -46,6 +46,7 @@ export interface ProxyTakeoverStatus {
codex: boolean;
gemini: boolean;
opencode: boolean;
openclaw: boolean;
}
export interface ProviderHealth {