import { StoredIList } from './StoredIList' import { IndexStored } from '../types/IndexStored' import { Item } from './Item' import { Dictionary } from '../types/Dictionary' import { PortableBPlusTree } from 'b-pl-tree/types/types/PortableBPlusTree' export interface StoredData { list: StoredIList indexes: Dictionary> indexDefs: Dictionary> id: string ttl?: number rotate?: number }