Type Alias GuildDropsGameUpdateArgs<ExtArgs>

GuildDropsGameUpdateArgs<ExtArgs>: {
    data: XOR<GuildDropsGameUpdateInput, GuildDropsGameUncheckedUpdateInput>;
    include?: GuildDropsGameInclude<ExtArgs> | null;
    omit?: GuildDropsGameOmit<ExtArgs> | null;
    select?: GuildDropsGameSelect<ExtArgs> | null;
    where: GuildDropsGameWhereUniqueInput;
}

GuildDropsGame update

Type Parameters

Type declaration