export interface IndexerCredentials { host: string; token: Record | string; port: string | number; }