InterfaceOf<B>: B extends {
        Interface: infer I extends ClusterInterface;
    }
    ? I
    : ClusterInterface

Type Parameters

  • B