8 lines
242 B
JavaScript
8 lines
242 B
JavaScript
|
|
/**
|
||
|
|
* Augmentation Manifest Types
|
||
|
|
*
|
||
|
|
* Defines the manifest structure for augmentation discovery and configuration
|
||
|
|
* Enables tools like brain-cloud to discover and configure augmentations
|
||
|
|
*/
|
||
|
|
export {};
|
||
|
|
//# sourceMappingURL=manifest.js.map
|