DisBot
    Preparing search index...

    Type Alias GuildSecurityGroupByOutputType

    type GuildSecurityGroupByOutputType = {
        _avg: GuildSecurityAvgAggregateOutputType | null;
        _count: GuildSecurityCountAggregateOutputType | null;
        _max: GuildSecurityMaxAggregateOutputType | null;
        _min: GuildSecurityMinAggregateOutputType | null;
        _sum: GuildSecuritySumAggregateOutputType | null;
        GuildId: string;
        Id: number;
        InviteLoggingActive: string | null;
        MaxAccountAge: number | null;
    }
    Index

    Properties

    GuildId: string
    Id: number
    InviteLoggingActive: string | null
    MaxAccountAge: number | null