import type { EventMesh } from './EventMesh'; export type EventMeshResponse = { data?: EventMesh; meta?: Record; };