UNPKG

@apillon/sdk

Version:

▶◀ Apillon SDK for NodeJS ▶◀

10 lines 326 B
import { ApillonModule } from '../../lib/apillon'; import { Indexer } from './indexer'; export declare class Indexing extends ApillonModule { /** * @param uuid Unique indexer identifier. * @returns An instance of Indexer class. */ indexer(uuid: string): Indexer; } //# sourceMappingURL=indexing.d.ts.map