Type Alias SentDropDeleteManyArgs<ExtArgs>

SentDropDeleteManyArgs<ExtArgs>: {
    limit?: number;
    where?: SentDropWhereInput;
}

SentDrop deleteMany

Type Parameters

Type declaration

  • Optionallimit?: number

    Limit how many SentDrops to delete.

  • Optionalwhere?: SentDropWhereInput

    Filter which SentDrops to delete