export default interface SavedSearchesShowById { created_at: string; id: number; id_str: string; name: string; position?: any; query: string; }