Skip to content

API DocumentationDocs


API Documentation / pinia / _MapWritableStateObjectReturn

Type Alias: _MapWritableStateObjectReturn<S, T>

_MapWritableStateObjectReturn<S, T>: { [key in keyof T]: Object }

For internal use only

Type Parameters

S extends StateTree

T extends Record<string, keyof S>

Released under the MIT License.