ShallowReactive<T>: T & {
    [ShallowReactiveMarker]?: true;
}

Type Parameters

  • T