interface CommandInfo {
    commandName: string;
    groupName: string;
}

Properties

commandName: string
groupName: string