AsyncStoreInputtype

StoreInput<I> | PromiseLike<StoreInput<I>>
Type
StoreInput
Synchronous values that a store natively knows how to process as inputs.
PromiseLike

Synchronous or asynchronous values that a store natively knows how to process as inputs.

  • A StoreInput<I> or a PromiseLike that resolves to one (which the store will await).