Skip to content

API DocumentationDocs


API Documentation / pinia / _UnwrapAll

Type Alias: _UnwrapAll<SS>

_UnwrapAll<SS>: { [K in keyof SS]: UnwrapRef<SS[K]> }

Type that enables refactoring through IDE. For internal use only

Type Parameters

SS

Released under the MIT License.