Files
vibn-api/node_modules/@anthropic-ai/sdk/lib/transform-json-schema.d.mts
2026-05-17 12:43:53 -07:00

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