UNPKG

@sap-ai-sdk/document-grounding

Version:

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

6 lines 275 B
/** * Representation of the 'DocumentStatus' schema. * @example "INDEXED" */ export type DocumentStatus = 'TO_BE_PROCESSED' | 'INDEXED' | 'REINDEXED' | 'DEINDEXED' | 'FAILED' | 'FAILED_TO_BE_RETRIED' | 'TO_BE_SCHEDULED' | any; //# sourceMappingURL=document-status.d.ts.map