Open way modify
This commit is contained in:
@@ -17,3 +17,7 @@ export interface DataFileOptions<T> {
|
||||
forceTruncate?: boolean;
|
||||
indexFileOpt: IndexFileOptions;
|
||||
}
|
||||
|
||||
export interface DataFileReaderOptions<T> {
|
||||
serializer: Serializer<T>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user