Type Alias GuildDropsUpsertArgs<ExtArgs>

GuildDropsUpsertArgs<ExtArgs>: {
    create: XOR<GuildDropsCreateInput, GuildDropsUncheckedCreateInput>;
    include?: GuildDropsInclude<ExtArgs> | null;
    omit?: GuildDropsOmit<ExtArgs> | null;
    select?: GuildDropsSelect<ExtArgs> | null;
    update: XOR<GuildDropsUpdateInput, GuildDropsUncheckedUpdateInput>;
    where: GuildDropsWhereUniqueInput;
}

GuildDrops upsert

Type Parameters

Type declaration