3 lines
179 B
TypeScript
3 lines
179 B
TypeScript
export type JSONSchema = Record<string, any>;
|
|
export declare function transformJSONSchema(jsonSchema: JSONSchema): JSONSchema;
|
|
//# sourceMappingURL=transform-json-schema.d.mts.map
|