UNPKG

@mikezimm/fps-core-v7

Version:

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

4 lines 394 B
import { IFpsErrorObject } from "../../../../types/fps-returns/common/IFpsErrorObject"; import { IFpsSpHttpServiceMIN } from '../../SpHttp/Sp/IFpsSpHttpServiceMIN'; export declare function checkAnyResults(fpsSpService: IFpsSpHttpServiceMIN, anyInput: IFpsErrorObject, traceString: string, alertMe: boolean, consoleLog: boolean): IFpsErrorObject; //# sourceMappingURL=CheckAnyResults.d.ts.map