@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpUnionType
Interface: PhpUnionType
Represents a PHP union type (e.g., string|int).
Extends
Properties
attributes
ts
readonly attributes: PhpAttributes;Inherited from
nodeType
ts
readonly nodeType: "UnionType";Overrides
types
ts
readonly types: PhpType[];