Type Alias SentDropUpdateArgs<ExtArgs>

SentDropUpdateArgs<ExtArgs>: {
    data: XOR<SentDropUpdateInput, SentDropUncheckedUpdateInput>;
    include?: SentDropInclude<ExtArgs> | null;
    omit?: SentDropOmit<ExtArgs> | null;
    select?: SentDropSelect<ExtArgs> | null;
    where: SentDropWhereUniqueInput;
}

SentDrop update

Type Parameters

Type declaration