UNPKG

@types/facebook-nodejs-business-sdk

Version:
7 lines (6 loc) 256 B
import HttpServiceInterface from "./http-service-interface"; export default class HttpServiceClientConfig { static _client: HttpServiceInterface; static setClient(client: HttpServiceInterface): void; static getClient(): HttpServiceInterface; }