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

Generated using TypeDoc