<T>
MaybeWithRefs: <T> { [Property in keyof T]: MaybeRef<T[Property]> }
T
{ [Property in keyof T]: MaybeRef<T[Property]> }
object