DisBot
    Preparing search index...

    Type Alias GuildBackupsUpdateManyArgs<ExtArgs>

    GuildBackups updateMany

    type GuildBackupsUpdateManyArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<
            GuildBackupsUpdateManyMutationInput,
            GuildBackupsUncheckedUpdateManyInput,
        >;
        limit?: number;
        where?: GuildBackupsWhereInput;
    }

    Type Parameters

    Index

    Properties

    Properties

    The data used to update GuildBackups.

    limit?: number

    Limit how many GuildBackups to update.

    Filter which GuildBackups to update