1 export interface ILibraryIndex<TValues> { 2 indexer: string; 3 cid: string, 4 index: TValues[]; 5 }