Hey,
i have a rust command that returns me a struct of values. The Problem is, that i can only read the name value of its struct after calling it in Typescript. Am i missing something?
i can only get a value from volumes.name, all others give me a undefined in console.log.
Versions:
[build-dependencies]
tauri-build = { version = "1.4.0", features = [] }
[dependencies]
sysinfo = "0.29.7"
Serde imported from tauri
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.4.0", features = [] }