DisBot
    Preparing search index...

    Type Alias BuildInCommandsCreateManyAndReturnArgs<ExtArgs>

    BuildInCommands createManyAndReturn

    type BuildInCommandsCreateManyAndReturnArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data: BuildInCommandsCreateManyInput | BuildInCommandsCreateManyInput[];
        include?: BuildInCommandsIncludeCreateManyAndReturn<ExtArgs> | null;
        omit?: BuildInCommandsOmit<ExtArgs> | null;
        select?: BuildInCommandsSelectCreateManyAndReturn<ExtArgs> | null;
        skipDuplicates?: boolean;
    }

    Type Parameters

    Index

    Properties

    The data used to create many BuildInCommands.

    Choose, which related nodes to fetch as well

    Omit specific fields from the BuildInCommands

    Select specific fields to fetch from the BuildInCommands

    skipDuplicates?: boolean