1use serde::Deserialize; 2 3use super::{Parameter, ResponseData}; 4 5response!(pub struct StopFinderResponseData { 6 parameters: Vec<Parameter>, 7 stop_finder: ResponseData as "stopFinder" 8}); 9