ShallowUnwrapRef<T>: {
    [K in keyof T]: DistributeRef<T[K]>
}

Type Parameters

  • T