mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 13:33:25 +00:00
fix typo
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user