UNPKG

scheunemann-interfaces

Version:
10 lines (9 loc) 439 B
export { IEvolutionChatWoot } from './i-chatwoot'; export { IEvolution } from './i-evolution'; export { IEvolutionDatabaseQueue } from './i-evolution-database-queue'; export { IEvolutionHash } from './i-hash'; export { IEvolutionInstance } from './i-instance'; export { IEvolutionQrcode } from './i-qrcode'; export { IEvolutionTypebot } from './i-typebot'; export { IEvolutionWebhook } from './i-webhook'; export * from './send-messages';