Type Alias GuildRobloxGameUpdateArgs<ExtArgs>

GuildRobloxGameUpdateArgs<ExtArgs>: {
    data: XOR<GuildRobloxGameUpdateInput, GuildRobloxGameUncheckedUpdateInput>;
    include?: GuildRobloxGameInclude<ExtArgs> | null;
    omit?: GuildRobloxGameOmit<ExtArgs> | null;
    select?: GuildRobloxGameSelect<ExtArgs> | null;
    where: GuildRobloxGameWhereUniqueInput;
}

GuildRobloxGame update

Type Parameters

Type declaration