UNPKG

@mikezimm/fps-core-v7

Version:

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

6 lines 776 B
import { ISourceProps } from '../../../components/molecules/source-props/ISourceProps'; import { IAssociatedGroupType } from "../../../types/fps-returns/sites/groups/IGroupReturns"; import { IFpsAssociatedGroupsReturn, IFpsGroupReturn } from '../../../types/fps-returns/sites/groups/IGroupReturns'; export declare function getWebAllAssociatedGroupsAPI(sourceProps: ISourceProps, digestValue: string, alertMe: boolean | undefined, consoleLog: boolean | undefined): Promise<IFpsAssociatedGroupsReturn>; export declare function getWebAssociatedGroupAPI(sourceProps: ISourceProps, group: IAssociatedGroupType, digestValue: string, alertMe: boolean | undefined, consoleLog: boolean | undefined): Promise<IFpsGroupReturn>; //# sourceMappingURL=getWebAssociatedGroupAPI.d.ts.map