API Documentation • Docs
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
API Documentation • Docs
API Documentation / pinia / _UnwrapAll
_UnwrapAll<
SS
>:{ [K in keyof SS]: UnwrapRef<SS[K]> }
Type that enables refactoring through IDE. For internal use only
• SS