DisBot
    Preparing search index...

    Type Alias GuildComponentManagerDeleteManyArgs<ExtArgs>

    GuildComponentManager deleteMany

    type GuildComponentManagerDeleteManyArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        limit?: number;
        where?: GuildComponentManagerWhereInput;
    }

    Type Parameters

    Index

    Properties

    Properties

    limit?: number

    Limit how many GuildComponentManagers to delete.

    Filter which GuildComponentManagers to delete