export interface APIDetail { title: string; description: string; query_string?: string[]; response?: any; }