Type alias FeatureServiceBinder<TFeatureService>

FeatureServiceBinder<TFeatureService>: ((consumerId: string, consumerName?: string) => FeatureServiceBinding<TFeatureService>)

Type Parameters

  • TFeatureService

Type declaration

    • (consumerId: string, consumerName?: string): FeatureServiceBinding<TFeatureService>
    • Parameters

      • consumerId: string

        The ID of the consumer to which dependencies should be bound.

      • Optional consumerName: string

        The name of the consumer to which dependencies should be bound.

      Returns FeatureServiceBinding<TFeatureService>

Generated using TypeDoc