Type alias DeleteManyOptions<V>

DeleteManyOptions<V>: {
    dryRun?: boolean;
    verbose?: V;
}

The available options to the data.deleteMany method.

Type Parameters

  • V

Type declaration

  • Optional dryRun?: boolean

    Whether to perform a dry run of the operation

  • Optional verbose?: V

    Whether to return verbose information about the operation