Skip to content

Commit

Permalink
Export additional type
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Sep 10, 2024
1 parent 142d05e commit f25d686
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/riakc.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,9 @@

-type index_results() :: #index_results_v1{} | #index_body_results_v1{}.

-export_type([secondary_index_id/0, index_results/0, mapred_queryterm/0]).
-export_type(
[secondary_index_id/0, index_results/0,
mapred_queryterm/0, mapred_inputs/0]).

-type index_stream_result() :: #index_stream_result_v1{} |
#index_stream_body_result_v1{}.
Expand Down

0 comments on commit f25d686

Please sign in to comment.