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

Properties

authError: boolean
matchDataError: boolean
validMatchesError: boolean