A name-accessible command alias.

Note: To use a custom prefix, use the PrefixAccessibleCommandTypeAlias type instead.

interface NameAccessibleCommandTypeAlias {
    commandName: string;
    type: "nameAccessibleAlias";
}

Properties

Properties

commandName: string

The name of the command.

type: "nameAccessibleAlias"

The type of the command alias.