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