Page Contents
Home > @loopback/context > AliasBindingSource
AliasBindingSource type
Binding source for toAlias
Signature:
export type AliasBindingSource<T> = {
type: BindingType.ALIAS;
value: BindingAddress<T>;
};
References: BindingType.ALIAS, BindingAddress