DisBot
    Preparing search index...

    Type Alias LevelsUpdateArgs<ExtArgs>

    Levels update

    type LevelsUpdateArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<LevelsUpdateInput, LevelsUncheckedUpdateInput>;
        include?: LevelsInclude<ExtArgs> | null;
        omit?: LevelsOmit<ExtArgs> | null;
        select?: LevelsSelect<ExtArgs> | null;
        where: LevelsWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    The data needed to update a Levels.

    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

    Choose, which Levels to update.