@pinia/root / pinia / _UnwrapAll
_UnwrapAll<SS> 
ts
type _UnwrapAll<SS> = { [K in keyof SS]: UnwrapRef<SS[K]> };Type that enables refactoring through IDE. For internal use only
Type Parameters 
• SS

