export interface Searcher { id: string; name: string, description: string, param: string, type: string; }