tsoa-next
    Preparing search index...

    Interface NestedObjectLiteralType

    interface NestedObjectLiteralType {
        additionalProperties?: Tsoa.Type;
        dataType: "nestedObjectLiteral";
        properties: Tsoa.Property[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    additionalProperties?: Tsoa.Type
    dataType: "nestedObjectLiteral"
    properties: Tsoa.Property[]