Skip to content

Commit

Permalink
added person to types
Browse files Browse the repository at this point in the history
  • Loading branch information
iFraan committed Sep 5, 2023
1 parent 92cb40f commit 2c602f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export type TitleType = 'movie' | 'series';
export type TitleType = 'movie' | 'series' | 'person';
export type TitleId = {
id: number;
provider: 'tmdb' | 'tvdb';
Expand Down

0 comments on commit 2c602f3

Please sign in to comment.