tsoa-next
    Preparing search index...

    Interface UnionType

    interface UnionType {
        dataType: "union";
        types: Tsoa.Type[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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