export interface ICommand { command: string; } export interface IComResp { netViewResponse: string; }