Type Alias DropFindUniqueOrThrowArgs<ExtArgs>

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

Drop findUniqueOrThrow

Type Parameters

Type declaration