DisBot
    Preparing search index...

    Type Alias XPDropsDefaultArgs<ExtArgs>

    XPDrops without action

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

    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