This commit is contained in:
mrjvs
2023-09-06 19:45:35 +02:00
parent 7831e835b4
commit fa8e6e4bd5

View File

@@ -1,7 +1,7 @@
export type CommonMedia = { export type CommonMedia = {
title: string; title: string;
releaseYear: number; releaseYear: number;
imbdId: string; imdbId: string;
tmdbId: string; tmdbId: string;
}; };