Extract movie insert to a show insert method

This commit is contained in:
Zoe Roux
2025-01-26 00:11:03 +01:00
parent b9c022f614
commit ec3d48ac79
5 changed files with 119 additions and 122 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ export const Entry = t.Union([Episode, MovieEntry, Special]);
export type Entry = typeof Entry.static;
export const SeedEntry = t.Union([SeedEpisode, SeedMovieEntry, SeedSpecial]);
export type SeedEntry = typeof Entry.static;
export type SeedEntry = typeof SeedEntry.static;
export * from "./episode";
export * from "./movie-entry";