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