InitStoresResetOptionsType

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

src/types.ts
type InitStoresResetOptionsType<StoreDataType> = {
  omit?: Array<keyof StoreDataType>
}
Unexpected error with integration github-files: Integration is not authenticated with GitHub

Last updated

Was this helpful?