fixed styling and import
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import { DetailedCollection, ImageCollection, LanguageOption, PageOption, Translations } from '../types';
|
import { DetailedCollection, ImageCollection, LanguageOption, Translations } from '../types';
|
||||||
import { BaseEndpoint } from './base';
|
import { BaseEndpoint } from './base';
|
||||||
import querystring from 'querystring';
|
import querystring from 'querystring';
|
||||||
|
|
||||||
|
|||||||
@@ -2,15 +2,15 @@ import { ParsedUrlQueryInput } from 'querystring';
|
|||||||
import { Movie } from '.';
|
import { Movie } from '.';
|
||||||
|
|
||||||
export interface KeywordsOptions extends ParsedUrlQueryInput {
|
export interface KeywordsOptions extends ParsedUrlQueryInput {
|
||||||
include_adult?: boolean;
|
include_adult?: boolean;
|
||||||
language?: string;
|
language?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface BelongingMovies{
|
export interface BelongingMovies{
|
||||||
page: number;
|
page: number;
|
||||||
results: Movie[];
|
results: Movie[];
|
||||||
total_results: number;
|
total_results: number;
|
||||||
total_pages: number;
|
total_pages: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface Keyword{
|
export interface Keyword{
|
||||||
|
|||||||
Reference in New Issue
Block a user