mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-06 03:00:16 -04:00
10 lines
445 B
TypeScript
10 lines
445 B
TypeScript
import { getMetadataTool } from '@/tools/google_analytics/get_metadata'
|
|
import { runRealtimeReportTool } from '@/tools/google_analytics/run_realtime_report'
|
|
import { runReportTool } from '@/tools/google_analytics/run_report'
|
|
|
|
export const googleAnalyticsRunReportTool = runReportTool
|
|
export const googleAnalyticsRunRealtimeReportTool = runRealtimeReportTool
|
|
export const googleAnalyticsGetMetadataTool = getMetadataTool
|
|
|
|
export * from './types'
|