// Copyright (C) 2018 Avatao.com Innovative Learning Kft. // All Rights Reserved. See LICENSE file for details. export interface ConsoleCommand { command: string; content?: string; showLiveLogs?: boolean; rewriteContentWithProcessLogsOnDeploy?: string; }