Interface TerminalCreatedEvent

interface TerminalCreatedEvent {
    terminal: Terminal;
}

Properties

Properties

terminal: Terminal