UNPKG

@elastic.io/component-commons-library

Version:
4 lines (3 loc) 274 B
export declare function convertJsonSchemaToEioSchema(keyToReturn: any, completeSchemaOriginal: any): any; export declare function makeSchemaInline(json: any, availableSchemas: any): any; export declare function convertDotNetTypeToJsonSchemaType(dotNetType: string): string;