UNPKG

@mikezimm/fps-core-v7

Version:

Library of reusable core interfaces, types and constants migrated from fps-library-v2

28 lines (26 loc) 1.28 kB
/** * CodeAnalizerComment: Updated 1 imports on 2024-09-22 14:49:52 * Update:: import { IJSFetchReturn } to '@mikezimm/fps-core-v7/lib/components/molecules/SpHttp/doSpJsFetch;' */ /** * CodeAnalizerComment: Updated 2 imports on 2024-09-21 23:07:24 * Update:: import { IJSFetchReturn } to '@mikezimm/fps-core-v7/lib/components/molecules/SpHttp/doSpJsFetch;' * Update:: import { check4This } to '@mikezimm/fps-core-v7/lib/logic/Links/CheckSearch;' */ import { IJSFetchReturn } from '../../../../components/molecules/SpHttp/interfaces/IJSFetchReturn'; import { IFetchHubDepth } from './fetchMyHubsites'; import { IFpsSpHttpServiceMIN } from '../../../../components/molecules/SpHttp/Sp/IFpsSpHttpServiceMIN'; export interface IFPSHubsSubs { hubs: IJSFetchReturn; subs: IJSFetchReturn; } /** * fetchMyHubSubs will syncronsly fetch the links for the current site's parent hub's associated sites and the current site's subsites. * Used in Pivot Tiles and Hub Connections. * * @param webUrl * @param departmentId * @returns */ export declare function fetchMyHubSubs(fpsSpService: IFpsSpHttpServiceMIN, webUrl: string, depth: IFetchHubDepth, departmentId: string): Promise<IFPSHubsSubs>; //# sourceMappingURL=fetchMyHubsSubs.d.ts.map