Widen remaining type unions: StatusBadge, IssueModal, PersonDetails, ExternalLink, discover
This commit is contained in:
@@ -12,7 +12,7 @@ import useSettings from '@app/hooks/useSettings';
|
||||
import { MediaType } from '@server/constants/media';
|
||||
import { MediaServerType } from '@server/constants/server';
|
||||
|
||||
type ExternalLinkType = 'movie' | 'tv' | 'person';
|
||||
type ExternalLinkType = 'movie' | 'tv' | 'person' | 'music' | 'book';
|
||||
|
||||
interface ExternalLinkBlockProps {
|
||||
mediaType: ExternalLinkType;
|
||||
|
||||
Reference in New Issue
Block a user