mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 17:53:24 +00:00
make imdbId optional
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
export type CommonMedia = {
|
||||
title: string;
|
||||
releaseYear: number;
|
||||
imdbId: string;
|
||||
imdbId?: string;
|
||||
tmdbId: string;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user