import { ISdtfReadableNode } from './ISdtfReadableNode'; /** Representation of a [sdTF chunk](https://github.com/shapediver/sdTF/tree/development/specification/1.0#chunks). */ export interface ISdtfReadableChunk extends ISdtfReadableNode {}