Type alias TerminalOutputValue

TerminalOutputValue: string | {
    html: JSX.Element;
} | undefined

Represents the possible values that can be outputted by a terminal command. It can be a string, an object containing HTML JSX element, or undefined.

Type declaration

  • html: JSX.Element

Generated using TypeDoc