UNPKG

whatsapp-api-client

Version:

Whatsapp Business API Official Client

7 lines 186 B
import { AxiosInstance } from "axios"; export type AuthProps = { axios: AxiosInstance; accessToken: string; waBusinessAccountid: string; }; //# sourceMappingURL=auth.d.ts.map