Type Alias GuildCustomBotProfileUpdateManyArgs<ExtArgs>

GuildCustomBotProfileUpdateManyArgs<ExtArgs>: {
    data: XOR<GuildCustomBotProfileUpdateManyMutationInput, GuildCustomBotProfileUncheckedUpdateManyInput>;
    limit?: number;
    where?: GuildCustomBotProfileWhereInput;
}

GuildCustomBotProfile updateMany

Type Parameters

Type declaration