Props for the AuthRequiredCard component.

interface AuthRequiredCardProps {
onGoToSettings: () => void;
}
interface AuthRequiredCardProps {
    onGoToSettings: () => void;
}

Properties

Properties

onGoToSettings: () => void

Callback to navigate to settings for AniList authentication.