Interface IntersectionType

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

Hierarchy (view full)

Properties

Properties

type: "intersection" = "intersection"

The type name identifier.