scheunemann-interfaces
Version:
Interfaces de Projetos Scheunemann
12 lines (11 loc) • 339 B
TypeScript
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>);
}