@truenas/api-client
    Preparing search index...

    Interface UpdateManualOptions

    interface UpdateManualOptions {
        cleanup?: boolean;
        dataset_name?: string | null;
        resume?: boolean;
    }
    Index
    cleanup?: boolean
    dataset_name?: string | null
    resume?: boolean