prorm API Reference
    Preparing search index...

    Interface MaintenanceOptions

    Options shared by the operations that can target one table or all of them.

    interface MaintenanceOptions {
        verbose?: boolean;
    }

    Hierarchy (View Summary)

    Index
    verbose?: boolean

    Print per-table progress where the engine supports it.