jellyfin_sdk_rust/api/models/mod.rs
1mod base_response;
2pub use base_response::JellyfinBaseResponse;
3
4/// Module containing all `/Auth/*` response structures.
5pub mod keys;
6
7/// Module containing all `/System/ActivityLog/*` response structures.
8pub mod logs;
9
10/// Module containing all `/System/*` response structures.
11pub mod system;