/**
 * Google Analytics - Report Resource
 * Re-exports all operation types for this resource.
 */

import type { GoogleAnalyticsV1ReportGetNode } from './operation_get';

export * from './operation_get';

export type GoogleAnalyticsV1ReportNode = GoogleAnalyticsV1ReportGetNode;