@sap-ai-sdk/document-grounding
Version:
> [!warning] > This package is still in **beta** and is subject to breaking changes. Use it with caution.
11 lines • 315 B
TypeScript
import type { MetadataUpdateItem } from './metadata-update-item.js';
/**
* Representation of the 'MetadataUpdates' schema.
*/
export type MetadataUpdates = {
/**
* List of metadata updates.
*/
updates: MetadataUpdateItem[];
} & Record<string, any>;
//# sourceMappingURL=metadata-updates.d.ts.map