DisBot
    Preparing search index...

    Type Alias LevelSettings$LevelsArgs<ExtArgs>

    LevelSettings.Levels

    type LevelSettings$LevelsArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        cursor?: LevelsWhereUniqueInput;
        distinct?: Prisma.LevelsScalarFieldEnum | Prisma.LevelsScalarFieldEnum[];
        include?: LevelsInclude<ExtArgs> | null;
        omit?: LevelsOmit<ExtArgs> | null;
        orderBy?: LevelsOrderByWithRelationInput | LevelsOrderByWithRelationInput[];
        select?: LevelsSelect<ExtArgs> | null;
        skip?: number;
        take?: number;
        where?: LevelsWhereInput;
    }

    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

    skip?: number
    take?: number