UNPKG

ws-cloud-api

Version:

WhatsApp Cloud API for NodeJS

9 lines (7 loc) 153 B
interface WsConfig { apiVersion?: string; phoneNumberId?: string; businessId?: string; token?: string; } export type { WsConfig as W };