mirror of
https://github.com/sussy-code/providers.git
synced 2026-04-18 07:12:04 +00:00
make imdbId optional
This commit is contained in:
parent
fa8e6e4bd5
commit
3853fe3cf7
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
export type CommonMedia = {
|
||||
title: string;
|
||||
releaseYear: number;
|
||||
imdbId: string;
|
||||
imdbId?: string;
|
||||
tmdbId: string;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue