DisBot
    Preparing search index...

    Type Alias VerificationGatesUncheckedUpdateWithoutChannelPermissionsInput

    type VerificationGatesUncheckedUpdateWithoutChannelPermissionsInput = {
        Action?: NullableStringFieldUpdateOperationsInput | string | null;
        ActionType?: NullableStringFieldUpdateOperationsInput | string | null;
        Active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
        ChannelId?: StringFieldUpdateOperationsInput | string;
        CreatedAt?: DateTimeFieldUpdateOperationsInput | Date | string;
        Id?: IntFieldUpdateOperationsInput | number;
        MessageId?: StringFieldUpdateOperationsInput | string;
        Roles?: VerificationGatesUpdateRolesInput | string[];
        SecurityId?: StringFieldUpdateOperationsInput | string;
        UUID?: StringFieldUpdateOperationsInput | string;
        VerifiedUsers?: VerificationGatesUpdateVerifiedUsersInput | string[];
    }
    Index

    Properties

    ActionType?: NullableStringFieldUpdateOperationsInput | string | null
    Active?: NullableBoolFieldUpdateOperationsInput | boolean | null
    CreatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
    SecurityId?: StringFieldUpdateOperationsInput | string