added tv show endpoints
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { ParsedUrlQueryInput } from 'querystring';
|
||||
|
||||
export interface Change {
|
||||
id: number;
|
||||
adult: boolean | undefined;
|
||||
@@ -10,3 +12,8 @@ export interface Changes{
|
||||
total_results: number;
|
||||
}
|
||||
|
||||
export interface ChangeOptions extends ParsedUrlQueryInput {
|
||||
end_date?: string;
|
||||
start_date?: string;
|
||||
page?: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user