UNPKG

scheunemann-interfaces

Version:
18 lines (17 loc) 471 B
import { IEvolutionTypebot } from '../interfaces/i-typebot'; export declare class EvolutionTypeBotEntity implements IEvolutionTypebot { instanceName: string; typebot: typeBot; constructor(data?: Partial<EvolutionTypeBotEntity>); } declare class typeBot { enabled: boolean; url: string; typebot: string; expire: number; keywordFinish: string; delayMessage: number; unknownMessage: string; listeningFromMe: boolean; } export {};