DisBot
    Preparing search index...

    Type Alias GuildComponentManagerCreateManyArgs<ExtArgs>

    GuildComponentManager createMany

    type GuildComponentManagerCreateManyArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data:
            | GuildComponentManagerCreateManyInput
            | GuildComponentManagerCreateManyInput[];
        skipDuplicates?: boolean;
    }

    Type Parameters

    Index

    Properties

    The data used to create many GuildComponentManagers.

    skipDuplicates?: boolean