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 aPromiseLikethat resolves to one (which the store will await).