Type Alias SentDropUpsertArgs<ExtArgs>

SentDropUpsertArgs<ExtArgs>: {
    create: XOR<SentDropCreateInput, SentDropUncheckedCreateInput>;
    include?: SentDropInclude<ExtArgs> | null;
    omit?: SentDropOmit<ExtArgs> | null;
    select?: SentDropSelect<ExtArgs> | null;
    update: XOR<SentDropUpdateInput, SentDropUncheckedUpdateInput>;
    where: SentDropWhereUniqueInput;
}

SentDrop upsert

Type Parameters

Type declaration