Page Contents

Home > @loopback/context > BindingAddress

BindingAddress type

Signature:

export type BindingAddress<T = unknown> = string | BindingKey<T>;

References: BindingKey