DisBot
    Preparing search index...

    Type Alias GuildSecurityCreateWithoutVerificationGatesInput

    type GuildSecurityCreateWithoutVerificationGatesInput = {
        Guilds: GuildsCreateNestedOneWithoutSecurityInput;
        InviteLoggingActive?: string | null;
        MaxAccountAge?: number | null;
    }
    Index

    Properties

    InviteLoggingActive?: string | null
    MaxAccountAge?: number | null