Type Alias GuildDropsGameUpdateManyAndReturnArgs<ExtArgs>

GuildDropsGameUpdateManyAndReturnArgs<ExtArgs>: {
    data: XOR<GuildDropsGameUpdateManyMutationInput, GuildDropsGameUncheckedUpdateManyInput>;
    include?: GuildDropsGameIncludeUpdateManyAndReturn<ExtArgs> | null;
    limit?: number;
    omit?: GuildDropsGameOmit<ExtArgs> | null;
    select?: GuildDropsGameSelectUpdateManyAndReturn<ExtArgs> | null;
    where?: GuildDropsGameWhereInput;
}

GuildDropsGame updateManyAndReturn

Type Parameters

Type declaration