Documentation / @zerotal/monitor / ModelEvent
Interface: ModelEvent
Defined in: monitor/src/store/types.ts:437
A single model-change event, for the recent-changes timeline.
Properties
model
model:
string
Defined in: monitor/src/store/types.ts:438
table
table:
string
Defined in: monitor/src/store/types.ts:439
operation
operation:
"created"|"updated"|"deleted"
Defined in: monitor/src/store/types.ts:440
when
when:
string
Defined in: monitor/src/store/types.ts:441