Interface DataModelMetadata

Associated data model metadata.

interface DataModelMetadata {
    dataType?: AnyType;
}

Properties

Properties

dataType?: AnyType

Associated data type for runtime checking (if any).