|
|
@@ -1,5 +1,5 @@
|
|
|
%%--------------------------------------------------------------------
|
|
|
-%% Copyright (c) 2021 EMQ Technologies Co., Ltd. All Rights Reserved.
|
|
|
+%% Copyright (c) 2022 EMQ Technologies Co., Ltd. All Rights Reserved.
|
|
|
%%
|
|
|
%% Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
%% you may not use this file except in compliance with the License.
|
|
|
@@ -15,7 +15,7 @@
|
|
|
%%--------------------------------------------------------------------
|
|
|
-module(emqx_bpapi).
|
|
|
|
|
|
--export_type([var_name/0, call/0, rpc/0, bpapi_meta/0]).
|
|
|
+-export_type([api/0, api_version/0, var_name/0, call/0, rpc/0, bpapi_meta/0]).
|
|
|
|
|
|
-type api() :: atom().
|
|
|
-type api_version() :: non_neg_integer().
|