Skip to content

API DocumentationDocs


API Documentation / pinia / StateTree

Type Alias: StateTree

StateTree: Record<string | number | symbol, any>

Generic state of a Store

Released under the MIT License.