UNPKG

@shapediver/sdk.sdtf-core

Version:
8 lines (6 loc) 258 B
import { ISdtfNode } from './ISdtfNode'; /** Representation of a [sdTF chunk](https://github.com/shapediver/sdTF/tree/development/specification/1.0#chunk). */ export interface ISdtfChunk extends ISdtfNode { /** Name of the chunk. */ name: string; }