fix command type

This commit is contained in:
Chuck1sn
2025-05-26 11:27:00 +08:00
parent dde5fecd62
commit 3f4a5f2e8b
8 changed files with 106 additions and 44 deletions

View File

@@ -771,7 +771,7 @@
"schema": {
"type": "object",
"additionalProperties": {
"type": "object"
"type": "string"
}
}
}

View File

@@ -1484,7 +1484,7 @@ export interface operations {
};
content: {
"*/*": {
[key: string]: Record<string, never>;
[key: string]: string;
};
};
};