DisBot
    Preparing search index...

    Type Alias BuildInCommandsCreateManyArgs<ExtArgs>

    BuildInCommands createMany

    type BuildInCommandsCreateManyArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: BuildInCommandsCreateManyInput | BuildInCommandsCreateManyInput[];
        skipDuplicates?: boolean;
    }

    Type Parameters

    Index

    Properties

    The data used to create many BuildInCommands.

    skipDuplicates?: boolean