@sap-ai-sdk/document-grounding
Version:
> [!warning] > This package is still in **beta** and is subject to breaking changes. Use it with caution.
7 lines • 399 B
TypeScript
import type { DocumentMetadataUpdate } from './document-metadata-update.js';
import type { DocumentMetadataUpdateError } from './document-metadata-update-error.js';
/**
* Representation of the 'BatchUpdateDocumentsResponse' schema.
*/
export type BatchUpdateDocumentsResponse = (DocumentMetadataUpdate | DocumentMetadataUpdateError)[];
//# sourceMappingURL=batch-update-documents-response.d.ts.map