DisBot
    Preparing search index...

    Type Alias LevelsFindUniqueArgs<ExtArgs>

    Levels findUnique

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

    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

    Filter, which Levels to fetch.