UNPKG

evolution-api-sdk

Version:

Unofficial SDK for the Evolution Whatsapp API v2

9 lines (7 loc) 155 B
interface FindResponse { webhook: string; enabled: boolean; webhook_by_events: boolean; events: string[]; } export type { FindResponse };