Page Contents
Home > @loopback/context > ConstantBindingSource
ConstantBindingSource type
Binding source for to
Signature:
export type ConstantBindingSource<T> = {
type: BindingType.CONSTANT;
value: T;
};
References: BindingType.CONSTANT