Type Alias GuildRobloxGameUpsertArgs<ExtArgs>

GuildRobloxGameUpsertArgs<ExtArgs>: {
    create: XOR<GuildRobloxGameCreateInput, GuildRobloxGameUncheckedCreateInput>;
    include?: GuildRobloxGameInclude<ExtArgs> | null;
    omit?: GuildRobloxGameOmit<ExtArgs> | null;
    select?: GuildRobloxGameSelect<ExtArgs> | null;
    update: XOR<GuildRobloxGameUpdateInput, GuildRobloxGameUncheckedUpdateInput>;
    where: GuildRobloxGameWhereUniqueInput;
}

GuildRobloxGame upsert

Type Parameters

Type declaration