@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
15 lines • 727 B
TypeScript
/**
* 2024-09-07: Migrated from SAME folder: fps-library-v2\src\components\molecules\SearchPage\Interface
*/
import { ISearchType, ISearchTypes } from "./ISearchTypes";
export declare const XProgrammingFileKeys: string[];
export declare const XProgrammingFileSearchTypes: ISearchType[];
export declare const ProgrammingFileKeys: string[];
export declare const ALLProgrammingFileKeys: string[];
export declare const ProgrammingFileSearchTypes: ISearchType[];
/**
* Use SearchTypes for addSearchMeta1 && addSearchMeta2 function
* -- if you do not have a consolidated search page (with multiple sources)
*/
export declare const MAXSearchTypes: ISearchTypes;
//# sourceMappingURL=ProgrammingFileKeys.d.ts.map