UNPKG

scheunemann-interfaces

Version:
12 lines (11 loc) 339 B
import { IEvolutionChatWoot } from '../interfaces'; export declare class EvolutionChatWootEntity implements IEvolutionChatWoot { accountId: string; enabled: boolean; nameInbox: string; signMsg: boolean; token: string; url: string; webhookUrl: string; constructor(data?: Partial<EvolutionChatWootEntity>); }