feat: refactor augmentation interface exports for improved structure
Replaced type aliases with interface extensions to enhance type compatibility and readability. Reorganized exports in `index.ts` to streamline imports.
This commit is contained in:
parent
6b88b53056
commit
aa4a76352f
2 changed files with 12 additions and 9 deletions
|
|
@ -109,7 +109,11 @@ import { AugmentationType, BrainyAugmentations } from './types/augmentations.js'
|
|||
export type {
|
||||
IAugmentation,
|
||||
AugmentationResponse,
|
||||
IWebSocketSupport,
|
||||
IWebSocketSupport
|
||||
}
|
||||
export {
|
||||
AugmentationType,
|
||||
BrainyAugmentations,
|
||||
ISenseAugmentation,
|
||||
IConduitAugmentation,
|
||||
ICognitionAugmentation,
|
||||
|
|
@ -118,7 +122,6 @@ export type {
|
|||
IDialogAugmentation,
|
||||
IActivationAugmentation
|
||||
}
|
||||
export { AugmentationType, BrainyAugmentations }
|
||||
|
||||
// Export combined WebSocket augmentation interfaces
|
||||
export type {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue