libs/core/src/lib/model/dataset-api/feature.ts
Parameter
import { Parameter } from './parameter'; export interface Feature extends Parameter { }