feat(integrations): add mock integration (#3505)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import type { Indexer } from "./indexer-manager-types";
|
||||
|
||||
export interface IIndexerManagerIntegration {
|
||||
getIndexersAsync(): Promise<Indexer[]>;
|
||||
testAllAsync(): Promise<void>;
|
||||
}
|
||||
Reference in New Issue
Block a user