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