ProvideMultiConfig
Generic types: | T |
Union configuration for all types of multi
declarations.
See Also
Presentation
type ProvideMultiConfig = ProvideConfigToken <T> &
(T extends readonly (infer I)[] ? ProvideConfigUse <I> : ProvideConfigUse <T>);