Skip to content
English

DurableStateOptions

DurableStateOptions<S> = DurableStateOptionsBuilder<S> | Partial<DurableStateOptionsType<S>>

Defined in: src/persistence/DurableStateOptions.ts:78

Accepted input for a DurableStateActor subclass constructor: the fluent DurableStateOptionsBuilder OR a plain DurableStateOptionsType object.

S