UNPKG

scheunemann-interfaces

Version:
15 lines (14 loc) 358 B
import { EEvolutionInstanceType } from '../../evolution'; export declare class NatiWaEntity { chatwoot: any; id: string; instanceName: string; number: string; qrcode: boolean; token: string; type: EEvolutionInstanceType; typebot: any; waServerId: string; webhook: any; constructor(data?: Partial<NatiWaEntity>); }