Describes an available command
interface CommandInfo { id: string; name: string; }
The id of the command
id: string;
The display name of the command
name: string;