You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exportnamespaceconfig{exportclassConfig{system?: models.SystemConfig;// works wellplugins: {[key: string]: PluginConfig};// <==here, error loss models.test?: models.SystemConfig;// works well
Expected behaviour
exportnamespaceconfig{exportclassConfig{system?: models.SystemConfig;// works wellplugins: {[key: string]: mdels.PluginConfig};// test?: models.SystemConfig;// works well
Screenshots
No response
Attempted Fixes
No response
System Details
┌───────────────────────────────────────────────────────────────────────────┐
| OS | Windows 10 Pro || Version | 2009 (Build: 19045) || ID | 22H2 || Go Version | go1.22.1 || Platform | windows || Architecture | amd64 || CPU | Intel(R) Core(TM) i7-8700K || GPU | NVIDIA GeForce GTX 1660 Ti (NVIDIA) - Driver: 31.0.15.3623 || Memory | 16GB |
└───────────────────────────────────────────────────────────────────────────┘
# Dependencies
┌────────────────────────────────────────────────────────┐
| Dependency | Package Name | Status | Version || WebView2 | N/A | Installed | 127.0.2651.105 || Nodejs | N/A | Installed | 20.11.0 || npm | N/A | Installed | 10.3.0 ||*upx | N/A | Installed | upx 4.2.4 ||*nsis | N/A | Available ||
└─────────────── * - Optional Dependency ────────────────┘
Additional context
No response
The text was updated successfully, but these errors were encountered:
Description
map type cant with pointer value
To Reproduce
with pointer
convert to
Expected behaviour
Screenshots
No response
Attempted Fixes
No response
System Details
Additional context
No response
The text was updated successfully, but these errors were encountered: