DisBot
    Preparing search index...

    Type Alias LevelRolesCreateManyAndReturnArgs<ExtArgs>

    LevelRoles createManyAndReturn

    type LevelRolesCreateManyAndReturnArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data: LevelRolesCreateManyInput | LevelRolesCreateManyInput[];
        include?: LevelRolesIncludeCreateManyAndReturn<ExtArgs> | null;
        omit?: LevelRolesOmit<ExtArgs> | null;
        select?: LevelRolesSelectCreateManyAndReturn<ExtArgs> | null;
        skipDuplicates?: boolean;
    }

    Type Parameters

    Index

    Properties

    The data used to create many LevelRoles.

    Choose, which related nodes to fetch as well

    omit?: LevelRolesOmit<ExtArgs> | null

    Omit specific fields from the LevelRoles

    Select specific fields to fetch from the LevelRoles

    skipDuplicates?: boolean