DisBot
    Preparing search index...

    Type Alias GuildSecurityDeleteManyArgs<ExtArgs>

    GuildSecurity deleteMany

    type GuildSecurityDeleteManyArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        limit?: number;
        where?: GuildSecurityWhereInput;
    }

    Type Parameters

    Index

    Properties

    Properties

    limit?: number

    Limit how many GuildSecurities to delete.

    Filter which GuildSecurities to delete