← back to Open Seo

src/client/features/keywords/page/types.ts

6 lines

import type { useKeywordResearchController } from "@/client/features/keywords/state/useKeywordResearchController";

export type KeywordResearchControllerState = ReturnType<
  typeof useKeywordResearchController
>;