TreeOf<T>: T | {
    [x: PropertyKey]: TreeOf<T>;
}

Type Parameters

  • T