Interface IProps

    Props

    interface IProps {
        error?: APIError;
    }

    Properties

    Properties

    error?: APIError

    Generated using TypeDoc and TypeDoc Airthium Plugin