DisBot
    Preparing search index...

    Type Alias GuildSecurityUncheckedUpdateInput

    type GuildSecurityUncheckedUpdateInput = {
        GuildId?: StringFieldUpdateOperationsInput | string;
        Id?: IntFieldUpdateOperationsInput | number;
        InviteLoggingActive?:
            | NullableStringFieldUpdateOperationsInput
            | string
            | null;
        MaxAccountAge?: NullableIntFieldUpdateOperationsInput
        | number
        | null;
        VerificationGates?: VerificationGatesUncheckedUpdateManyWithoutVerificationGatesNestedInput;
    }
    Index

    Properties

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