BaseOf<T>: T["base"] extends ClusterType
    ? T["base"]
    : T

The base of a cluster.

Type Parameters