DisBot
    Preparing search index...

    Type Alias XPDropsFindUniqueArgs<ExtArgs>

    XPDrops findUnique

    type XPDropsFindUniqueArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        include?: XPDropsInclude<ExtArgs> | null;
        omit?: XPDropsOmit<ExtArgs> | null;
        select?: XPDropsSelect<ExtArgs> | null;
        where: XPDropsWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    include?: XPDropsInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: XPDropsOmit<ExtArgs> | null

    Omit specific fields from the XPDrops

    select?: XPDropsSelect<ExtArgs> | null

    Select specific fields to fetch from the XPDrops

    Filter, which XPDrops to fetch.