@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
4 lines • 390 B
TypeScript
import { IFpsItemsReturn } from '../IFpsItemsReturn';
import { IFpsSpHttpServiceMIN } from '../../SpHttp/Sp/IFpsSpHttpServiceMIN';
export declare function checkItemsResults(fpsSpService: IFpsSpHttpServiceMIN, itemsInput: IFpsItemsReturn, traceString: string, alertMe: boolean | undefined, consoleLog: boolean | undefined): IFpsItemsReturn;
//# sourceMappingURL=CheckItemsResults.d.ts.map