UNPKG

@sap-ai-sdk/document-grounding

Version:

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

10 lines 211 B
/** * Representation of the 'PipelineId' schema. */ export type PipelineId = { /** * @example "uuid" */ pipelineId?: string; } & Record<string, any>; //# sourceMappingURL=pipeline-id.d.ts.map