@sap-ai-sdk/document-grounding
Version:
> [!warning] > This package is still in **beta** and is subject to breaking changes. Use it with caution.
8 lines • 318 B
TypeScript
import type { GoogleDriveResourceDetail } from './google-drive-resource-detail.js';
/**
* Representation of the 'GoogleDriveConfigurationMinimal' schema.
*/
export type GoogleDriveConfigurationMinimal = {
googleDrive: GoogleDriveResourceDetail;
};
//# sourceMappingURL=google-drive-configuration-minimal.d.ts.map