Type Alias SentDropFindUniqueArgs<ExtArgs>

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

SentDrop findUnique

Type Parameters

Type declaration