"use client"; // components import type { TPowerKSearchResultGroupDetails } from "@/components/power-k/ui/modal/search-results-map"; // local imports import type { TPowerKSearchResultsKeysExtended } from "../types"; type TSearchResultsGroupsMapExtended = Record; export const SEARCH_RESULTS_GROUPS_MAP_EXTENDED: TSearchResultsGroupsMapExtended = {};