Type Alias GuildDropsUpdateManyAndReturnArgs<ExtArgs>

GuildDropsUpdateManyAndReturnArgs<ExtArgs>: {
    data: XOR<GuildDropsUpdateManyMutationInput, GuildDropsUncheckedUpdateManyInput>;
    limit?: number;
    omit?: GuildDropsOmit<ExtArgs> | null;
    select?: GuildDropsSelectUpdateManyAndReturn<ExtArgs> | null;
    where?: GuildDropsWhereInput;
}

GuildDrops updateManyAndReturn

Type Parameters

Type declaration