1
2
3
4
5
6
7
8
mod base_response;
pub use base_response::JellyfinBaseResponse;

/// Module containing all `/Auth/*` response structures.
pub mod keys;

/// Module containing all `/System/ActivityLog/*` response structures.
pub mod logs;