@samatawy/checks
    Preparing search index...

    Interface ClassValidationOptions

    interface ClassValidationOptions {
        noExtraFields?: boolean;
        noExtraFieldsOptions?: CheckOptions;
        result?: ResultOptions;
        skip?: "decorators" | "inference";
    }
    Index

    Properties

    noExtraFields?: boolean
    noExtraFieldsOptions?: CheckOptions
    result?: ResultOptions
    skip?: "decorators" | "inference"