Interface MapStoresCustomization

Interface to allow customizing map helpers. Extend this interface with the following properties:

  • suffix: string. Affects the suffix of mapStores(), defaults to Store.
interface MapStoresCustomization {}

Generated using TypeDoc