Interface IntersectionType

interface IntersectionType {
    dataType: "intersection";
    types: Tsoa.Type[];
}

Hierarchy (view full)

Properties

Properties

dataType: "intersection"
types: Tsoa.Type[]

Generated using TypeDoc