batchEventPaths
constbatchEventPaths: readonly ["/api/events"]
Defined in: packages/contracts/src/events.ts:44
The batch event-ingestion endpoint path(s) — the Event lane’s twin of the mutation route’s
batchMutationPaths. It lives HERE, in contracts, rather than beside the server route: the same
constant is the client flush loop’s target and the server’s mount point, and the neighbouring
request-shape limits are already contracts-level toolkit constants both sides read.