import { ISdtfBaseComponent } from '../../structure/components/ISdtfBaseComponent'; export type SdtfReadableBase = Omit; export interface ISdtfBaseReadableComponent { readonly componentId: string; toDataObject(): Record; } //# sourceMappingURL=ISdtfBaseReadableComponent.d.ts.map