Type Alias: UnbindSync
ts
type UnbindSync = (identifier:
| BindingIdentifier
| ServiceIdentifier) => void;Defined in: @inversifyjs/container:
Parameters
| Parameter | Type |
|---|---|
identifier | | BindingIdentifier | ServiceIdentifier |
Returns
void