Skip to content

API DocumentationDocs


API Documentation / pinia / _StoreWithActions

Type Alias: _StoreWithActions<A>

_StoreWithActions<A>: { [k in keyof A]: A[k] extends Function ? Function : never }

Store augmented for actions. For internal usage only. For internal use only

Type Parameters

A

Released under the MIT License.