UNPKG

whatsapp-api-client

Version:

Whatsapp Business API Official Client

9 lines 266 B
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