Type Alias GuildCustomBotProfileUpdateManyAndReturnArgs<ExtArgs>

GuildCustomBotProfileUpdateManyAndReturnArgs<ExtArgs>: {
    data: XOR<GuildCustomBotProfileUpdateManyMutationInput, GuildCustomBotProfileUncheckedUpdateManyInput>;
    include?: GuildCustomBotProfileIncludeUpdateManyAndReturn<ExtArgs> | null;
    limit?: number;
    omit?: GuildCustomBotProfileOmit<ExtArgs> | null;
    select?: GuildCustomBotProfileSelectUpdateManyAndReturn<ExtArgs> | null;
    where?: GuildCustomBotProfileWhereInput;
}

GuildCustomBotProfile updateManyAndReturn

Type Parameters

Type declaration