Skip to content

InputDecoded

InputDecoded<TEventDef> = object

Defined in: packages/@livestore/common/dist/schema/LiveStoreEvent/for-event-def.d.ts:5

Event without sequence numbers, with decoded (native TypeScript) args. Used as input to store.commit().

TEventDef extends Any

args: Schema.Schema.Type<TEventDef["schema"]>

Defined in: packages/@livestore/common/dist/schema/LiveStoreEvent/for-event-def.d.ts:7


name: TEventDef["name"]

Defined in: packages/@livestore/common/dist/schema/LiveStoreEvent/for-event-def.d.ts:6