fix(core): update
This commit is contained in:
@@ -6,7 +6,7 @@ export interface IConfig {
|
||||
command: string;
|
||||
dockerSock: boolean;
|
||||
exitCode?: number;
|
||||
keyValueObject: any[];
|
||||
keyValueObject: {[key: string]: any};
|
||||
}
|
||||
|
||||
const getQenvKeyValueObject = async () => {
|
||||
|
||||
Reference in New Issue
Block a user