interface TieredMarkup {
    markup: Markup;
    minThreshold?: number;
}

Properties

markup: Markup
minThreshold?: number