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