/** * The interface for a search literal */ export interface SearchLiteral { [key: string]: string; }