A CQRS request identified by a string type and carrying typed data.
Commands and queries are marker subtypes (semantic separation only — same shape).
A CQRS request identified by a string type and carrying typed data.
Commands and queries are marker subtypes (semantic separation only — same shape).
import { type CqrsRequest } from "common/src/index.ts";