UNPKG

@shapediver/sdk.sdtf-core

Version:
8 lines 359 B
import { ISdtfReadableAccessor } from './components/ISdtfReadableAccessor'; import { ISdtfReadableTypeHint } from './components/ISdtfReadableTypeHint'; export interface ISdtfReadableContentComponent { accessor?: ISdtfReadableAccessor; typeHint?: ISdtfReadableTypeHint; value?: unknown; } //# sourceMappingURL=ISdtfReadableContentComponent.d.ts.map