Expose TmdbId

This commit is contained in:
2025-05-03 18:08:39 -06:00
parent 90c7b9d654
commit 45b0a5e601
6 changed files with 11 additions and 6 deletions
+1
View File
@@ -15,3 +15,4 @@ pub use serde::*;
pub use show::*;
pub use id::{CollectionId, MovieGenreId, MovieId, ShowGenreId, ShowId};
pub use id::{Inner as TmdbIdInner, TmdbId};