mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-04-19 10:58:35 +00:00
10 lines
240 B
TypeScript
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;
|
|
}
|