Widen all movie|tv type unions to include music|book across frontend and server
This commit is contained in:
@@ -4,7 +4,7 @@ import { Transition } from '@headlessui/react';
|
||||
interface IssueModalProps {
|
||||
show?: boolean;
|
||||
onCancel: () => void;
|
||||
mediaType: 'movie' | 'tv';
|
||||
mediaType: 'movie' | 'tv' | 'music' | 'book';
|
||||
tmdbId: number;
|
||||
issueId?: never;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user