UNPKG

@ai-sdk/provider-utils

Version:
6 lines (4 loc) 120 B
export type JsonSchema7AnyType = { $ref?: string }; export function parseAnyDef(): JsonSchema7AnyType { return {}; }