fix(emqx_map_lib): Fix underspec
This commit is contained in:
parent
d25258943b
commit
784ca5bf24
|
@ -31,7 +31,7 @@
|
||||||
]).
|
]).
|
||||||
|
|
||||||
-export_type([config_key/0, config_key_path/0]).
|
-export_type([config_key/0, config_key_path/0]).
|
||||||
-type config_key() :: atom() | binary() | string().
|
-type config_key() :: atom() | binary() | [byte()].
|
||||||
-type config_key_path() :: [config_key()].
|
-type config_key_path() :: [config_key()].
|
||||||
-type convert_fun() :: fun((...) -> {K1::any(), V1::any()} | drop).
|
-type convert_fun() :: fun((...) -> {K1::any(), V1::any()} | drop).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue