Interface ICallRequestError

This interface is used to define the call request error. ICallRequestError

interface ICallRequestError {
    error: string;
}

Properties

Properties

error: string