InitStoresResetOptionsType

Interface of the optionsargument accepted by the initStores().stores.reset() method.

src/types.ts
type InitStoresResetOptionsType<StoreDataType> = {
  omit?: Array<keyof StoreDataType>
}

Last updated