The server model for a terminal session.

interface IModel {
    name: string;
}

Properties

Properties

name: string

The name of the terminal session.