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
/
types
/
options.d.ts
9 lines
•
266 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
AxiosInstance
}
from
"axios"
;
import
{
AuthProps
}
from
"../auth"
;
export
type
ExposedOptions
=
Omit
<
AuthProps
,
"axios"
> & {
baseUrl
?:
string
; };
export
type
Options
=
ExposedOptions
& {
axios
:
AxiosInstance
; };
//# sourceMappingURL=options.d.ts.map