mirror of
https://github.com/ccmjga/zhilu-admin
synced 2026-03-17 23:33:42 +08:00
fix command type
This commit is contained in:
@@ -771,7 +771,7 @@
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "object"
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
2
frontend/src/api/types/schema.d.ts
vendored
2
frontend/src/api/types/schema.d.ts
vendored
@@ -1484,7 +1484,7 @@ export interface operations {
|
||||
};
|
||||
content: {
|
||||
"*/*": {
|
||||
[key: string]: Record<string, never>;
|
||||
[key: string]: string;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user