ConfigResponse from RemoteConfig not being reconized when compiled?

Assets\Scripts\GameManager.cs(109,22): error CS0246: The type or namespace name ‘ConfigResponse’ could not be found (are you missing a using directive or an assembly reference?)

I have this log when trying to configure unity remote, I searched everywhere and could not find a solution to this! please it is very important and it is driving me crazy!

Unity version: 2022.3.30f1
RemoteConfig Version: 4.1.1

If you use asmdefs, add the corresponding assembly as a dependency.

Otherwise check for updates to the package in question, and try updating Unity (latest 2022.3 patch release is 49f1).

yeah i was using deprecated code with the new version, fixed now, thank you man.