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 217 B
/** * Representation of the 'MetaData' schema. */ export type MetaData = { /** * @example "destination-name" */ destination: string; } & Record<string, any>; //# sourceMappingURL=meta-data.d.ts.map