Type Alias GuildDropsDeleteManyArgs<ExtArgs>

GuildDropsDeleteManyArgs<ExtArgs>: {
    limit?: number;
    where?: GuildDropsWhereInput;
}

GuildDrops deleteMany

Type Parameters

Type declaration

  • Optionallimit?: number

    Limit how many GuildDrops to delete.

  • Optionalwhere?: GuildDropsWhereInput

    Filter which GuildDrops to delete