UNPKG
@grubou/bussy
Version:
latest (1.0.0)
1.0.0
0.1.3
0.1.2
0.1.1
0.0.1
Command & query bus implementations
github.com/franck-romano/bussy
franck-romano/bussy
@grubou/bussy
/
src
/
eventBus
/
types
/
SerializedDomainEvent.ts
5 lines
(4 loc)
•
135 B
text/typescript
View Raw
1
2
3
4
5
export
interface
SerializedDomainEvent
{
data
:
Record
<
string
,
string
|
number
|
boolean
|
undefined
|
null
>;
occurredOn
:
string
; }