UNPKG

@mikezimm/fps-core-v7

Version:

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

4 lines 425 B
import { ISourceProps } from '../../../components/molecules/source-props/ISourceProps'; import { IFpsGroupsReturn } from '../../../types/fps-returns/sites/groups/IGroupReturns'; export declare function getWebGroupInfoBatchAPI(sourceProps: ISourceProps, filterBatches: string[], alertMe: boolean | undefined, consoleLog: boolean | undefined): Promise<IFpsGroupsReturn>; //# sourceMappingURL=getWebGroupInfoBatchAPI.d.ts.map