UNPKG

whmcs-sdk

Version:

A comprehensive and easy-to-use Node SDK, designed to simplify interactions with the WHMCS API and streamline your development process.

13 lines (12 loc) 256 B
export interface WHMCSOptions { host: string; identifier: string; secret: string; endpoint?: string; } export interface ModemOptions { method?: string; responsetype?: string; raw?: boolean; [key: string]: any; }