| 1 | /** |
| 2 | * Descriptions of configuration values that can be read from a |
| 3 | * `ConfigProvider`. A `Config<T>` explains which keys to read, how to decode |
| 4 | * and validate them, and how to combine defaults, fallbacks, nested paths, and |
nothing calls this directly
no test coverage detected