tsoa-next
    Preparing search index...

    Interface ArrayValidator

    interface ArrayValidator {
        isArray?: { errorMsg?: string };
        maxItems?: { errorMsg?: string; value: number };
        minItems?: { errorMsg?: string; value: number };
        uniqueItems?: { errorMsg?: string };
    }
    Index

    Properties

    isArray?: { errorMsg?: string }
    maxItems?: { errorMsg?: string; value: number }
    minItems?: { errorMsg?: string; value: number }
    uniqueItems?: { errorMsg?: string }