cecon-interfaces
Version:
Interfaces de Projetos Cecon
11 lines (10 loc) • 442 B
TypeScript
export * from './entities';
export * from './interfaces';
export * from './interfaces/i-chat-api-callback';
export * from './interfaces/i-chat-context';
export * from './interfaces/i-chat-response';
export * from './interfaces/i-chat-trigger';
export * from './entities/chat-api-callback.entity';
export * from './entities/chat-context.entity';
export * from './entities/chat-response.entity';
export * from './entities/chat-trigger.entity';