tsoa-next
    Preparing search index...

    Not to be confused with RefEnumType which is a reusable enum which has a $ref name generated for it. This however, is an inline enum.

    interface EnumType {
        dataType: "enum";
        enums: (string | number | boolean | null)[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    dataType: "enum"
    enums: (string | number | boolean | null)[]