mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-11 02:49:36 -06:00
8 lines
227 B
TypeScript
8 lines
227 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';
|
|
export * from './settings.model';
|