8 lines
295 B
JavaScript
8 lines
295 B
JavaScript
|
|
/**
|
||
|
|
* BrainyDataInterface
|
||
|
|
*
|
||
|
|
* This interface defines the methods from BrainyData that are used by serverSearchAugmentations.ts.
|
||
|
|
* It's used to break the circular dependency between brainyData.ts and serverSearchAugmentations.ts.
|
||
|
|
*/
|
||
|
|
export {};
|
||
|
|
//# sourceMappingURL=brainyDataInterface.js.map
|