Return type of defineStore(). Function that allows instantiating a store.
defineStore()
Returns a store, creates it if necessary.
Optional
Pinia instance to retrieve the store
dev only hot module replacement
Id of the store. Used by map helpers.
Generated using TypeDoc
Return type of
defineStore()
. Function that allows instantiating a store.