fix: update command of adding worker
This commit is contained in:
@@ -59,6 +59,11 @@ export interface SummaryDataKeys {
|
||||
enabled: boolean;
|
||||
path: string;
|
||||
};
|
||||
externalWorkerIPConfig: {
|
||||
enable: boolean;
|
||||
ip: string;
|
||||
required: boolean;
|
||||
};
|
||||
}
|
||||
|
||||
export type SummaryDataMap = {
|
||||
|
||||
Reference in New Issue
Block a user