1 2 3 4 5 6 7 8
use serde::Deserialize; use crate::Int32; #[derive(Deserialize)] pub struct SearchResponse { pub inventory_type: Vec<Int32>, }