mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-25 06:37:45 -06:00
refactor: integrations folder
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
// Integrations Schema
|
||||
export * from './chat.schema';
|
||||
export * from './chatbot.schema';
|
||||
export * from './event.schema';
|
||||
export * from './group.schema';
|
||||
export * from './instance.schema';
|
||||
export * from './label.schema';
|
||||
@@ -9,3 +7,5 @@ export * from './message.schema';
|
||||
export * from './proxy.schema';
|
||||
export * from './settings.schema';
|
||||
export * from './template.schema';
|
||||
export * from '@api/integrations/chatbot/chatbot.schema';
|
||||
export * from '@api/integrations/event/event.schema';
|
||||
|
||||
Reference in New Issue
Block a user