commandCategoriesDisplay: (
    { icon: string; name: string }
    | { icon?: undefined; name: string }
)[] = ...