mirror of
https://github.com/MCSManager/MCSManager.git
synced 2024-11-27 06:59:54 +08:00
Fix: wrong type
This commit is contained in:
parent
68e12b4544
commit
aa4ae683c7
2
common/global.d.ts
vendored
2
common/global.d.ts
vendored
@ -36,7 +36,7 @@ export interface IGlobalInstanceConfig {
|
||||
networkMode?: string;
|
||||
networkAliases?: string[];
|
||||
cpusetCpus?: string;
|
||||
cpuUsage: string;
|
||||
cpuUsage?: number;
|
||||
};
|
||||
pingConfig: {
|
||||
ip?: string;
|
||||
|
Loading…
Reference in New Issue
Block a user