MethodsOf<I, C>: ClusterInterface.InterfaceMethodsOf<I, C["supportedFeatures"]> & Omit<ClusterInterface.MappedMethodsOf<C["commands"]>, keyof ClusterInterface.InterfaceMethodsOf<I, C["supportedFeatures"]>>

Type Parameters