UNPKG

@redocly/respect-core

Version:
7 lines 267 B
import type { InputSchema } from '../../../types.js'; type MappedValue = { [key: string]: any; }; export declare function resolveInputValuesToSchema(value: any, schema: InputSchema): MappedValue; export {}; //# sourceMappingURL=map-input-values-to-schema.d.ts.map