UNPKG

vtex

Version:

The platform for e-commerce apps

4 lines (3 loc) 218 B
import { ErrorReport } from './ErrorReport'; /** Create and register on telemetry an ErrorReport with errorKind = ErrorKinds.FLOW_ISSUE_ERROR */ export declare const createFlowIssueError: (msg: string) => ErrorReport;