Options for the class and factory forms of defineStore.
Optional
Whether the module is a factory rather than a class.
The name it is resolved under. Defaults to the class name for a class; required for a factory.
Same semantics as StoreDefinition.perRequest, same default.
Options for the class and factory forms of defineStore.