UNPKG

@shapediver/sdk.sdtf-v1

Version:
7 lines 323 B
import { ISdtfBaseReadableComponent } from '@shapediver/sdk.sdtf-core'; export declare abstract class SdtfBaseReadableComponent implements ISdtfBaseReadableComponent { readonly componentId: string; constructor(); toDataObject(): Record<string, unknown>; } //# sourceMappingURL=SdtfBaseReadableComponent.d.ts.map