UNPKG

@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 217 B
/** * Representation of the 'CollectionPendingResponse' schema. */ export type CollectionPendingResponse = { monitorURL: string; } & Record<string, any>; //# sourceMappingURL=collection-pending-response.d.ts.map