Type Alias GuildDropsGameWebhookUpdateManyAndReturnArgs<ExtArgs>

GuildDropsGameWebhookUpdateManyAndReturnArgs<ExtArgs>: {
    data: XOR<GuildDropsGameWebhookUpdateManyMutationInput, GuildDropsGameWebhookUncheckedUpdateManyInput>;
    include?: GuildDropsGameWebhookIncludeUpdateManyAndReturn<ExtArgs> | null;
    limit?: number;
    omit?: GuildDropsGameWebhookOmit<ExtArgs> | null;
    select?: GuildDropsGameWebhookSelectUpdateManyAndReturn<ExtArgs> | null;
    where?: GuildDropsGameWebhookWhereInput;
}

GuildDropsGameWebhook updateManyAndReturn

Type Parameters

Type declaration