Type Alias GuildDropsGameDeleteManyArgs<ExtArgs>

GuildDropsGameDeleteManyArgs<ExtArgs>: {
    limit?: number;
    where?: GuildDropsGameWhereInput;
}

GuildDropsGame deleteMany

Type Parameters

Type declaration

  • Optionallimit?: number

    Limit how many GuildDropsGames to delete.

  • Optionalwhere?: GuildDropsGameWhereInput

    Filter which GuildDropsGames to delete