import { IPropertyValue } from './propertyValue'; /** * 定性値インターフェース */ export interface IQualitativeValue { typeOf: T; additionalProperty?: IPropertyValue[]; }