DisBot
    Preparing search index...

    Type Alias LevelsDefaultArgs<ExtArgs>

    Levels without action

    type LevelsDefaultArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        include?: LevelsInclude<ExtArgs> | null;
        omit?: LevelsOmit<ExtArgs> | null;
        select?: LevelsSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    include?: LevelsInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: LevelsOmit<ExtArgs> | null

    Omit specific fields from the Levels

    select?: LevelsSelect<ExtArgs> | null

    Select specific fields to fetch from the Levels