Skip to content

AnyWithoutFn

AnyWithoutFn = Pick<Any, "name" | "schema" | "options">

Defined in: packages/@livestore/common/dist/schema/EventDef/event-def.d.ts:86

EventDef without the callable function signature. Used in contexts where only the metadata (name, schema, options) is needed, such as materializer definitions.