UNPKG

fhirtypes

Version:
7 lines (6 loc) 189 B
import { IElement } from '../base'; import { ISimpleQuantity } from './ISimpleQuantity'; export interface IRange extends IElement { low?: ISimpleQuantity; high?: ISimpleQuantity; }