cumulocity-cypress
Version:
Cypress commands for Cumulocity IoT
6 lines (5 loc) • 422 B
TypeScript
import { JSONParserErrorGroup } from "@apidevtools/json-schema-ref-parser";
import { C8yPact } from "../shared/c8ypact/c8ypact";
export declare function resolveRefs(doc: C8yPact, baseFolder?: string, // Optional base folder for resolving relative file paths
parserOptions?: any): Promise<C8yPact | null>;
export declare function logJSONParserErrorGroup(error: JSONParserErrorGroup, logger: (...args: any[]) => any): void;