src/client/features/keywords/page/types.ts
import type { useKeywordResearchController } from "@/client/features/keywords/state/useKeywordResearchController";
export type KeywordResearchControllerState = ReturnType<
typeof useKeywordResearchController
>;