1 2 3 4 5 6 7 8 9
@@ -98,7 +98,7 @@ pub struct KOAssetInfo { /// Map with the asset as the key and the asset's data as the value #[serde(flatten)] - pub asset: HashMap<String, KOAsset>, + pub asset: HashMap<KAsset, KOAsset>, } impl Output for KOAssetInfo {}