import { CommandMixType } from '../../../types/commands.type'; export interface ParamsProxyEngineInterface { commandList: CommandMixType[]; }