summaryrefslogtreecommitdiffhomepage
path: root/packages/throughput-store/src/service.ts
blob: d3a2184e4c316cc2e8cb3c79e3f82af0976529ae (plain)
1
2
3
4
5
import { defineService } from "@dispatch/kernel";
import type { ThroughputStore } from "./store.js";

/** Typed service handle for the throughput store (record + aggregate). */
export const throughputStoreHandle = defineService<ThroughputStore>("throughput-store/store");