UNPKG
@seven.io/client
Version:
latest (5.5.1)
5.5.1
5.5.0
5.4.0
5.3.0
5.2.0
5.1.0
5.0.0
4.4.1
4.4.0
4.3.0
4.2.0
4.1.0
4.0.0
3.2.0
3.1.1
3.1.0
3.0.2
3.0.1
3.0.0
Official API client for seven
github.com/seven-io/js-client
seven-io/js-client
@seven.io/client
/
dist
/
resources
/
validate
/
types.d.ts
14 lines
(13 loc)
•
284 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export
type
ValidateResponse
= {
code
?:
string
;
error
:
string
|
null
;
formatted_output
?:
string
|
null
;
id
?:
number
|
null
;
sender
?:
string
;
success
:
boolean
;
voice
?:
boolean
; };
export
type
ValidateParams
= {
callback
?:
string
;
number
:
string
; };