UNPKG

@mikezimm/fps-core-v7

Version:

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

10 lines 446 B
import { IHelpfullInput, IHelpfullOutput } from "../../../logic/Errors/friendly"; /** * 2024-12-09: Migrated this function from it's original location here: \components\molecules\process-results\Logging.ts * * @param errorInfo * @param errorInput * @returns */ export declare function saveErrorToLogWDigest(errorInfo: IHelpfullOutput, errorInput: IHelpfullInput): Promise<void>; //# sourceMappingURL=saveErrorToLogWDigest.d.ts.map