Interface ExprFormatted

Represents a MapLibre formatted text value in the expression type system.

interface ExprFormatted {
    __brand: "honua-expr-formatted";
}

Properties

Properties

__brand