interface ErrorMessageProps {
    error: FetchErrorData;
    tryAgain?: () => any;
}

Properties

Properties

error: FetchErrorData
tryAgain?: () => any