r6stats/
types.rs

1pub mod search_data;
2
3pub use self::search_data::{
4    ApiResponse,
5    UserData,
6};