fix(luals-meta): Use opaque enum values and correct HTTP types (#5682)

This commit is contained in:
nerix
2024-11-02 12:22:17 +01:00
committed by GitHub
parent 90211cca55
commit ecfb35c9b7
6 changed files with 101 additions and 91 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ using NetworkErrorCallback = std::function<void(NetworkResult)>;
using NetworkFinallyCallback = std::function<void()>;
/**
* @exposeenum HTTPMethod
* @exposeenum c2.HTTPMethod
*/
enum class NetworkRequestType {
Get,