Interface ISimpleCommandByName

interface ISimpleCommandByName {
    command: DSimpleCommand;
    name: string;
}

Properties

Properties

name: string