Type Alias SentDropDeleteArgs<ExtArgs>

SentDropDeleteArgs<ExtArgs>: {
    include?: SentDropInclude<ExtArgs> | null;
    omit?: SentDropOmit<ExtArgs> | null;
    select?: SentDropSelect<ExtArgs> | null;
    where: SentDropWhereUniqueInput;
}

SentDrop delete

Type Parameters

Type declaration