UNPKG

@sap-ai-sdk/document-grounding

Version:

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

11 lines 272 B
/** * Representation of the 'PipelineStatus' schema. */ export type PipelineStatus = { /** * @example "2024-02-15T12:45:00.000Z" * Format: "date-time". */ lastStarted?: string; } & Record<string, any>; //# sourceMappingURL=pipeline-status.d.ts.map