UNPKG

@har-sdk/core

Version:

The base package can be used to import specification files (i.e. HAR, OAS and Postman Collection) and detect their type.

6 lines (5 loc) 200 B
import { SyntaxErrorDetails } from '../loaders'; import { DocFormat } from './Spec'; export interface ImporterErrorProvider { getErrorDetails(format: DocFormat): SyntaxErrorDetails | undefined; }