Interface TerminalWriteEvent

interface TerminalWriteEvent {
    text: string;
}

Properties

Properties

text: string