UNPKG

gpt-researcher-ui

Version:

GPT Researcher frontend as a React component

11 lines (10 loc) 243 B
interface TrackResearchData { query: string; report_type: string; report_source: string; } export declare const useAnalytics: () => { initGA: () => void; trackResearchQuery: (data: TrackResearchData) => void; }; export {};