DisBot
    Preparing search index...

    Type Alias GuildSecurityUpdateWithoutVerificationGatesInput

    type GuildSecurityUpdateWithoutVerificationGatesInput = {
        Guilds?: GuildsUpdateOneRequiredWithoutSecurityNestedInput;
        InviteLoggingActive?:
            | NullableStringFieldUpdateOperationsInput
            | string
            | null;
        MaxAccountAge?: NullableIntFieldUpdateOperationsInput
        | number
        | null;
    }
    Index

    Properties

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