Props for the ErrorStateDisplay component.

interface ErrorStateDisplayProps {
authError: boolean;
matchDataError: boolean;
validMatchesError: boolean;
}
interface ErrorStateDisplayProps {
    authError: boolean;
    matchDataError: boolean;
    validMatchesError: boolean;
}

Properties

authError: boolean

Whether authentication is required (user not logged into AniList).

matchDataError: boolean

Whether matched manga data is missing.

validMatchesError: boolean

Whether no approved matches exist for syncing.