DisBot
    Preparing search index...

    Type Alias GuildSecurityMinAggregateOutputType

    type GuildSecurityMinAggregateOutputType = {
        GuildId: string | null;
        Id: number | null;
        InviteLoggingActive: string | null;
        MaxAccountAge: number | null;
    }
    Index

    Properties

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