UNPKG

@tripsnek/tmf

Version:

TypeScript Modeling Framework - A TypeScript port of the Eclipse Modeling Framework (EMF)

9 lines 361 B
import { EClassifier } from './eclassifier.js'; /** * Represents a primitive or serializable data type in the metamodel. * Used for attributes that hold values like strings, numbers, booleans, * or other serializable data rather than references to model objects. */ export interface EDataType extends EClassifier { } //# sourceMappingURL=edata-type.d.ts.map