Member Junction
    Preparing search index...
    interface FileResetOptions {
        dryRun?: boolean;
        noBackup?: boolean;
        sections?: "primaryKey" | "sync" | "both";
        verbose?: boolean;
    }
    Index

    Properties

    dryRun?: boolean
    noBackup?: boolean
    sections?: "primaryKey" | "sync" | "both"
    verbose?: boolean