Interface ExprImage

Represents a resolved image reference in the expression type system.

interface ExprImage {
    __brand: "honua-expr-image";
}

Properties

Properties

__brand