type RawChunk = { id: string, base: number, length: number, children?: RawChunk[] }
packages / voxel / src / types.ts