Get the value type at a dot-notation path
ConfigPathValue<{ database: { url: string } }, 'database.url'> = string Copy
ConfigPathValue<{ database: { url: string } }, 'database.url'> = string
Get the value type at a dot-notation path