DisBot
    Preparing search index...

    Type Alias LevelsCreateArgs<ExtArgs>

    Levels create

    type LevelsCreateArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<LevelsCreateInput, LevelsUncheckedCreateInput>;
        include?: LevelsInclude<ExtArgs> | null;
        omit?: LevelsOmit<ExtArgs> | null;
        select?: LevelsSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    The data needed to create 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