tsoa-next
    Preparing search index...

    Interface TupleType

    interface TupleType {
        dataType: "tuple";
        restType?: Tsoa.Type;
        types: Tsoa.Type[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    dataType: "tuple"
    restType?: Tsoa.Type
    types: Tsoa.Type[]