UNPKG
zerobounce
Version:
latest (0.3.0)
0.3.0
ZeroBounce Email Verification Library
github.com/twisted1919/zerobounce-ts
twisted1919/zerobounce-ts
zerobounce
/
dist
/
credits.d.ts
5 lines
(4 loc)
•
133 B
TypeScript
View Raw
1
2
3
4
5
export
declare
class
CreditsResponseSuccess
{
credits
:
number
;
static
fromAny
(
object
:
any
):
CreditsResponseSuccess
|
null
; }