Skip to content

Type Alias: BindingScope

ts
type BindingScope = "Singleton" | "Transient" | "Request";

Defined in: @inversifyjs/core:

See

https://inversify.io/