@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
9 lines • 490 B
TypeScript
import { IFPSWebsWithLogo } from '../interfaces/IFPSHubSiteDataDocsApi';
/**
* cleanSearchedWebs will go through results from the Search API for Hubs and Subs and clean up the results.
* - it also adds some duplicate properties that are already used in other web parts like Pivot Tiles and Hub Connections.
* @param searchedWebs
* @returns
*/
export declare function cleanSearchedWebs(searchedWebs: any[]): IFPSWebsWithLogo[];
//# sourceMappingURL=cleanSearchedWebs.d.ts.map