10 lines
240 B
TypeScript

// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
// All Rights Reserved. See LICENSE file for details.
export class LayoutCommand {
command: string;
layout?: string;
hide_messages?: boolean;
terminal_menu_item?: string;
}