Type Alias DataModelCreate

DataModelCreate: DataModelCore & {
    views?: DataModelCreateProperty[];
}