Skip to content

@pinia/root / pinia / _ActionsTree

_ActionsTree

ts
type _ActionsTree: Record<string, _Method>;

Type of an object of Actions. For internal usage only. For internal use only

Released under the MIT License.