DisBot
    Preparing search index...

    Type Alias XPDropsCreateArgs<ExtArgs>

    XPDrops create

    type XPDropsCreateArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<XPDropsCreateInput, XPDropsUncheckedCreateInput>;
        include?: XPDropsInclude<ExtArgs> | null;
        omit?: XPDropsOmit<ExtArgs> | null;
        select?: XPDropsSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    The data needed to create a XPDrops.

    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