UNPKG

@sap-ai-sdk/document-grounding

Version:

> [!warning] > This package is still in **beta** and is subject to breaking changes. Use it with caution.

8 lines 240 B
/** * Representation of the 'CollectionDeletedResponse' schema. */ export type CollectionDeletedResponse = { collectionURL: string; status: string; } & Record<string, any>; //# sourceMappingURL=collection-deleted-response.d.ts.map