mirror of
https://github.com/sct/overseerr.git
synced 2025-09-29 05:24:44 +02:00
feat(api): request api (#80)
This commit is contained in:
@@ -99,7 +99,7 @@ interface TmdbSearchTvResponse extends TmdbPaginatedResponse {
|
||||
results: TmdbTvResult[];
|
||||
}
|
||||
|
||||
interface TmdbMovieDetails {
|
||||
export interface TmdbMovieDetails {
|
||||
id: number;
|
||||
imdb_id?: string;
|
||||
adult: boolean;
|
||||
@@ -154,7 +154,7 @@ interface TmdbTvEpisodeDetails {
|
||||
vote_cuont: number;
|
||||
}
|
||||
|
||||
interface TmdbTvDetails {
|
||||
export interface TmdbTvDetails {
|
||||
id: number;
|
||||
backdrop_path?: string;
|
||||
created_by: {
|
||||
|
Reference in New Issue
Block a user