type ServerPowerOption = { description: import('react').ReactNode; label: string; path: string; colour?: Exclude; }; type MapToServerPowerOption = Record; type ServerMenuProps = ButtonWithMenuProps & { serverName: string; serverState: string; serverUuid: string; };