Type Alias DropFindUniqueArgs<ExtArgs>

DropFindUniqueArgs<ExtArgs>: {
    include?: DropInclude<ExtArgs> | null;
    omit?: DropOmit<ExtArgs> | null;
    select?: DropSelect<ExtArgs> | null;
    where: DropWhereUniqueInput;
}

Drop findUnique

Type Parameters

Type declaration