Interface NodeWithAnyType

Represents any node that has a type designation

interface NodeWithAnyType {
    $$type: NodeTypeValue;
}

Properties

Properties