mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-11 02:49:36 -06:00
15 lines
516 B
TypeScript
15 lines
516 B
TypeScript
// Integrations Schema
|
|
export * from './business.schema';
|
|
export * from './chat.schema';
|
|
export * from './group.schema';
|
|
export * from './instance.schema';
|
|
export * from './label.schema';
|
|
export * from './message.schema';
|
|
export * from './proxy.schema';
|
|
export * from './settings.schema';
|
|
export * from './template.schema';
|
|
export * from './templateDelete.schema';
|
|
export * from './templateEdit.schema';
|
|
export * from '@api/integrations/chatbot/chatbot.schema';
|
|
export * from '@api/integrations/event/event.schema';
|