Props

interface IProps {
    error?: APIError;
}

Properties

Properties

error?: APIError