tsoa-next
    Preparing search index...

    Interface IntersectionType

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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