Type Alias TeamDefaultArgs<ExtArgs>

TeamDefaultArgs<ExtArgs>: {
    include?: TeamInclude<ExtArgs> | null;
    omit?: TeamOmit<ExtArgs> | null;
    select?: TeamSelect<ExtArgs> | null;
}

Team without action

Type Parameters

Type declaration

  • Optionalinclude?: TeamInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

  • Optionalomit?: TeamOmit<ExtArgs> | null

    Omit specific fields from the Team

  • Optionalselect?: TeamSelect<ExtArgs> | null

    Select specific fields to fetch from the Team