Fix some any types
This commit is contained in:
@@ -39,7 +39,7 @@ export function monolithAvailable(
|
||||
);
|
||||
}
|
||||
|
||||
export function previewAvailable(link: any) {
|
||||
export function previewAvailable(link: LinkIncludingShortenedCollectionAndTags) {
|
||||
return (
|
||||
link &&
|
||||
link.preview &&
|
||||
|
||||
Reference in New Issue
Block a user