Type Alias DropDefaultArgs<ExtArgs>

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

Drop without action

Type Parameters

Type declaration

  • Optionalinclude?: DropInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

  • Optionalomit?: DropOmit<ExtArgs> | null

    Omit specific fields from the Drop

  • Optionalselect?: DropSelect<ExtArgs> | null

    Select specific fields to fetch from the Drop