UNPKG

@sap-ai-sdk/document-grounding

Version:

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

14 lines 310 B
/** * Representation of the 'ManualPipelineTrigger' schema. */ export type ManualPipelineTrigger = { /** * @example "uuid" */ pipelineId?: string; /** * @example true */ metadataOnly?: boolean; } & Record<string, any>; //# sourceMappingURL=manual-pipeline-trigger.d.ts.map