import { ISdtfBaseComponent } from '../../structure/components/ISdtfBaseComponent'; export type SdtfWriteableBase = Partial> & { readonly componentId: string; }; export interface ISdtfBaseWriteableComponent { readonly componentId: string; toDataObject(): Record; } //# sourceMappingURL=ISdtfBaseWriteableComponent.d.ts.map