ProvideConfigUse
Generic types: | T |
Union of various value declaration of a
configuration.
See Also
Presentation
type ProvideConfigUse =
| ProvideConfigUseValue <T>
| ProvideConfigUseFactory <T>
| ProvideConfigUseClass <T>
| ProvideConfigUseExisting <T>;