Type Alias GuildTrackedGameUpdateArgs<ExtArgs>

GuildTrackedGameUpdateArgs<ExtArgs>: {
    data: XOR<GuildTrackedGameUpdateInput, GuildTrackedGameUncheckedUpdateInput>;
    include?: GuildTrackedGameInclude<ExtArgs> | null;
    omit?: GuildTrackedGameOmit<ExtArgs> | null;
    select?: GuildTrackedGameSelect<ExtArgs> | null;
    where: GuildTrackedGameWhereUniqueInput;
}

GuildTrackedGame update

Type Parameters

Type declaration