Type Alias GuildDropsGameUpsertArgs<ExtArgs>

GuildDropsGameUpsertArgs<ExtArgs>: {
    create: XOR<GuildDropsGameCreateInput, GuildDropsGameUncheckedCreateInput>;
    include?: GuildDropsGameInclude<ExtArgs> | null;
    omit?: GuildDropsGameOmit<ExtArgs> | null;
    select?: GuildDropsGameSelect<ExtArgs> | null;
    update: XOR<GuildDropsGameUpdateInput, GuildDropsGameUncheckedUpdateInput>;
    where: GuildDropsGameWhereUniqueInput;
}

GuildDropsGame upsert

Type Parameters

Type declaration