UNPKG

@mikezimm/fps-core-v7

Version:

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

4 lines 321 B
import { IFpsSpHttpServiceMIN } from '../../../SpHttp/Sp/IFpsSpHttpServiceMIN'; import { ISourceProps } from '../../ISourceProps'; export declare function createGroupsSourceWithDigest(webUrl: string, fpsSpService: IFpsSpHttpServiceMIN): Promise<ISourceProps>; //# sourceMappingURL=createGroupsSourceWithDigest.d.ts.map