Page Contents

Home > @loopback/context > ProviderBindingSource

ProviderBindingSource type

Binding source for toProvider

Signature:

export type ProviderBindingSource<T> = {
    type: BindingType.PROVIDER;
    value: Constructor<Provider<T>>;
};

References: BindingType.PROVIDER, Constructor, Provider