@reactor/realtime — realtimepayload
@reactor/realtime / RealtimePayload
Interface: RealtimePayload<T>
Section titled “Interface: RealtimePayload<T>”Defined in: index.ts:12
Type Parameters
Section titled “Type Parameters”T = unknown
Properties
Section titled “Properties”commit_timestamp
Section titled “commit_timestamp”commit_timestamp:
string
Defined in: index.ts:16
event:
RealtimeEvent
Defined in: index.ts:13
new_record?
Section titled “new_record?”
optionalnew_record?:T
Defined in: index.ts:18
old_record?
Section titled “old_record?”
optionalold_record?:T
Defined in: index.ts:17
schema
Section titled “schema”schema:
string
Defined in: index.ts:14
table:
string
Defined in: index.ts:15