Open way modify

This commit is contained in:
Eli-Class
2026-02-03 06:39:46 +00:00
parent 9eb4b17b34
commit 00635bdb67
7 changed files with 61 additions and 21 deletions

View File

@@ -9,6 +9,7 @@ export interface IndexHeader {
dataFileSize: bigint;
latestSequence: number;
autoIncrementSequence: boolean;
flags: number;
reserved: Buffer;
}