DisBot
    Preparing search index...

    Type Alias LevelsCreateManyAndReturnArgs<ExtArgs>

    Levels createManyAndReturn

    type LevelsCreateManyAndReturnArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: LevelsCreateManyInput | LevelsCreateManyInput[];
        include?: LevelsIncludeCreateManyAndReturn<ExtArgs> | null;
        omit?: LevelsOmit<ExtArgs> | null;
        select?: LevelsSelectCreateManyAndReturn<ExtArgs> | null;
        skipDuplicates?: boolean;
    }

    Type Parameters

    Index

    Properties

    The data used to create many Levels.

    Choose, which related nodes to fetch as well

    omit?: LevelsOmit<ExtArgs> | null

    Omit specific fields from the Levels

    Select specific fields to fetch from the Levels

    skipDuplicates?: boolean