mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 08:50:43 +00:00
fix(catalog): type channel ClawHub specs
This commit is contained in:
@@ -8,9 +8,13 @@ export function buildOfficialChannelCatalog(params?: { repoRoot?: string; cwd?:
|
||||
openclaw: {
|
||||
channel: Record<string, unknown>;
|
||||
install: {
|
||||
npmSpec: string;
|
||||
clawhubSpec?: string;
|
||||
npmSpec?: string;
|
||||
localPath?: string;
|
||||
defaultChoice?: "npm" | "local";
|
||||
defaultChoice?: "clawhub" | "npm" | "local";
|
||||
minHostVersion?: string;
|
||||
expectedIntegrity?: string;
|
||||
allowInvalidConfigRecovery?: boolean;
|
||||
};
|
||||
};
|
||||
}>;
|
||||
|
||||
Reference in New Issue
Block a user