UNPKG

@sap-ai-sdk/document-grounding

Version:

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

9 lines 301 B
import type { MetaData } from './meta-data.js'; /** * Representation of the 'WorkZonePipelineCreateRequest' schema. */ export type WorkZonePipelineCreateRequest = { type: 'WorkZone'; metadata: MetaData; } & Record<string, any>; //# sourceMappingURL=work-zone-pipeline-create-request.d.ts.map