Type alias IndexerConfig

IndexerConfig: BaseConfig & {
    indexer: string;
}

Generated using TypeDoc