Type Alias GuildCustomBotProfileDeleteManyArgs<ExtArgs>

GuildCustomBotProfileDeleteManyArgs<ExtArgs>: {
    limit?: number;
    where?: GuildCustomBotProfileWhereInput;
}

GuildCustomBotProfile deleteMany

Type Parameters

Type declaration

  • Optionallimit?: number

    Limit how many GuildCustomBotProfiles to delete.

  • Optionalwhere?: GuildCustomBotProfileWhereInput

    Filter which GuildCustomBotProfiles to delete