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

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

export * from './operation_upload';

export type LcGoogleGeminiV12FileNode = LcGoogleGeminiV12FileUploadNode;