UNPKG

scheunemann-interfaces

Version:
9 lines (8 loc) 211 B
import { EEvolutionEvent } from '../enums'; export interface IEvolutionWebhook { enabled: boolean; url: string; events: EEvolutionEvent[]; webhookByEvents: boolean; webhookBase64: boolean; }