UNPKG

shopee-client

Version:
8 lines (7 loc) 261 B
import { AxiosInstance } from "axios"; import { ShopeeApiConfig } from "../config"; export default class BaseModule { protected client: AxiosInstance; protected config: ShopeeApiConfig; constructor(client: AxiosInstance, config: ShopeeApiConfig); }