DisBot
    Preparing search index...

    Type Alias GuildLoggingCreateManyArgs<ExtArgs>

    GuildLogging createMany

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

    Type Parameters

    Index

    Properties

    The data used to create many GuildLoggings.

    skipDuplicates?: boolean