DisBot
    Preparing search index...

    Type Alias GuildComponentManagerUpdateManyArgs<ExtArgs>

    GuildComponentManager updateMany

    type GuildComponentManagerUpdateManyArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data: XOR<
            GuildComponentManagerUpdateManyMutationInput,
            GuildComponentManagerUncheckedUpdateManyInput,
        >;
        limit?: number;
        where?: GuildComponentManagerWhereInput;
    }

    Type Parameters

    Index

    Properties

    Properties

    The data used to update GuildComponentManagers.

    limit?: number

    Limit how many GuildComponentManagers to update.

    Filter which GuildComponentManagers to update