Type<C, B>: Omit<InstanceType<B["State"]>, keyof ClusterState.PropertiesOf<ClusterOf<B>>> & ClusterState.PropertiesOf<C>

Instance type for ClusterBehavior state.

Type Parameters