UNPKG

shipengine-json-schema

Version:
7 lines (6 loc) 272 B
import { ShipEngineJsonSchemaIndex } from "./shipengine-json-schema-index"; /** * Returns a copy of the JSON Schema index with the schema file paths replaced * with actual JSON Schema objects. */ export declare function resolveSchemaIndex(): ShipEngineJsonSchemaIndex;