Skip to content

Commit

Permalink
🏷️ types: add timezone for tv/airing_today
Browse files Browse the repository at this point in the history
  • Loading branch information
andywampir committed Mar 16, 2021
1 parent f8e69d2 commit e5634ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1146,6 +1146,7 @@ declare namespace MovieDB {
interface GetAiringToday {
query?: {
page?: number | string;
timezone?: string;
};
}

Expand Down

0 comments on commit e5634ec

Please sign in to comment.