UNPKG
whatsapp-api-client
Version:
latest (0.0.4-alpha)
0.0.4-alpha
Whatsapp Business API Official Client
github.com/mimamch/whatsapp
mimamch/whatsapp
whatsapp-api-client
/
dist
/
auth.d.ts
7 lines
•
186 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
AxiosInstance
}
from
"axios"
;
export
type
AuthProps
= {
axios
:
AxiosInstance
;
accessToken
:
string
;
waBusinessAccountid
:
string
; };
//# sourceMappingURL=auth.d.ts.map