Interface IntersectionType

interface IntersectionType {
    type: "intersection";
    types: JSONOutput.SomeType[];
}

Hierarchy (View Summary)

Properties

Properties

type: "intersection"

The type name identifier.