Session Command Interface

interface ISessionCommand {
    type: CommandType;
}

Properties

Properties