@lxdhub/api
Version:
Display, search and copy LXD-images using a web interface.
14 lines (13 loc) • 389 B
TypeScript
import { SearchDictionary } from '../search';
/**
* A dictionar<, which will be used to translate
* a query string into a SearchLiteral.
*/
export declare const ImageSearchDictionary: SearchDictionary[];
/**
* The provider for the ImageSearchDictonary-constant
*/
export declare const ImageSearchDictionaryProvider: {
provide: string;
useFactory: () => SearchDictionary[];
};