UNPKG

@shapediver/sdk.sdtf-v1

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