DisBot
    Preparing search index...

    Type Alias DisBotCreateManyArgs<ExtArgs>

    DisBot createMany

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

    Type Parameters

    Index

    Properties

    The data used to create many DisBots.

    skipDuplicates?: boolean