| 1 | import { z } from 'zod'; |
| 2 | import { listEventPropertiesCore } from '@openpanel/db'; |
| 3 | import { runReportFromConfig } from '@openpanel/mcp'; |
| 4 | import type { IReportInput } from '@openpanel/validation'; |
nothing calls this directly
no test coverage detected