prorm API Reference
    Preparing search index...

    Interface ValidationOptions

    Which validations to run, and whether to stop at the first failure.

    interface ValidationOptions {
        fields?: string[];
        validate?: boolean;
        hooks?: boolean;
    }
    Index
    fields?: string[]
    validate?: boolean
    hooks?: boolean