//! This module contains types relating to flix media IDs
use Id;
/// Type alias for the raw ID representation
pub use SeaOrmRepr as RawId;
/// Type alias for a library ID
pub type LibraryId = ;
/// Type alias for a collection ID
pub type CollectionId = ;
/// Type alias for a movie ID
pub type MovieId = ;
/// Type alias for a show ID
pub type ShowId = ;