/**
 * Google Gemini - File Resource
 * Re-exports all operation types for this resource.
 */

import type { LcGoogleGeminiV11FileUploadNode } from './operation_upload';

export * from './operation_upload';

export type LcGoogleGeminiV11FileNode = LcGoogleGeminiV11FileUploadNode;