UNPKG
zerobounce
Version:
latest (0.3.0)
0.3.0
ZeroBounce Email Verification Library
github.com/twisted1919/zerobounce-ts
twisted1919/zerobounce-ts
zerobounce
/
dist
/
response-error.d.ts
6 lines
(5 loc)
•
146 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
class
ResponseError
{
error
:
string
;
constructor
(
error
?:
string
);
static
fromAny
(
object
:
any
):
ResponseError
|
null
; }