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

Type Parameters

  • T