This commit is contained in:
Joel Wetzell
2026-07-13 14:09:21 -05:00
parent 4bb1e87e03
commit 466228fb4a
62 changed files with 2157 additions and 1851 deletions
+3 -3
View File
@@ -2,10 +2,10 @@ import type { Chunk } from '../chunk.js';
import type { InfoTrackerNameChunk } from './info-tracker-name-chunk.js';
export interface InfoTrackerChunkData {
trackerName: InfoTrackerNameChunk;
trackerName: InfoTrackerNameChunk;
}
export interface InfoTrackerChunk {
chunk: Chunk;
data?: InfoTrackerChunkData;
chunk: Chunk;
data?: InfoTrackerChunkData;
}