@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpIntersectionType
Interface: PhpIntersectionType
Represents a PHP intersection type (e.g., A&B).
Extends
Properties
attributes
ts
readonly attributes: PhpAttributes;Inherited from
nodeType
ts
readonly nodeType: "IntersectionType";Overrides
types
ts
readonly types: PhpType[];