UNPKG

@shapediver/sdk.sdtf-core

Version:
5 lines 149 B
import { ISdtfNode } from './ISdtfNode'; export interface ISdtfChunk extends ISdtfNode { name: string; } //# sourceMappingURL=ISdtfChunk.d.ts.map