DisBot
    Preparing search index...

    Type Alias GuildSecurityCreateWithoutGuildsInput

    type GuildSecurityCreateWithoutGuildsInput = {
        InviteLoggingActive?: string | null;
        MaxAccountAge?: number | null;
        VerificationGates?: VerificationGatesCreateNestedManyWithoutVerificationGatesInput;
    }
    Index

    Properties

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