mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-20 04:12:23 -06:00
7 lines
193 B
TypeScript
7 lines
193 B
TypeScript
export * from './chat.model';
|
|
export * from './contact.model';
|
|
export * from './message.model';
|
|
export * from './auth.model';
|
|
export * from './webhook.model';
|
|
export * from './chatwoot.model';
|