UNPKG

@shapediver/sdk.sdtf-core

Version:
5 lines (3 loc) 245 B
import { ISdtfWriteableNode } from './ISdtfWriteableNode'; /** Representation of a [sdTF chunk](https://github.com/shapediver/sdTF/tree/development/specification/1.0#chunk). */ export interface ISdtfWriteableChunk extends ISdtfWriteableNode {}