Infers the validated configuration output type for a given ConfigurationSchema — the return type of validateAndBuildConfiguration for that schema.
Fields that are required or have a default are always present; other fields are optional keys, so consumers building a configuration object literal by hand (e.g. test fixtures) can omit them instead of having to write field: undefined explicitly.
field: undefined
Infers the validated configuration output type for a given ConfigurationSchema — the return type of validateAndBuildConfiguration for that schema.
Fields that are required or have a default are always present; other fields are optional keys, so consumers building a configuration object literal by hand (e.g. test fixtures) can omit them instead of having to write
field: undefinedexplicitly.