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

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

export * from './operation_upload';

export type LcGoogleGeminiV1FileNode = LcGoogleGeminiV1FileUploadNode;