Type Alias GuildDropsUpdateManyArgs<ExtArgs>

GuildDropsUpdateManyArgs<ExtArgs>: {
    data: XOR<GuildDropsUpdateManyMutationInput, GuildDropsUncheckedUpdateManyInput>;
    limit?: number;
    where?: GuildDropsWhereInput;
}

GuildDrops updateMany

Type Parameters

Type declaration