CallFeatureCtor type

Represents the constructor for CallFeature objects, along with the context argument.

type CallFeatureCtor<TFeature> = (context: CallFeatureContext) => TFeature