diff --git a/src/gen_mod.erl b/src/gen_mod.erl index 8a432b4fc..f96397192 100644 --- a/src/gen_mod.erl +++ b/src/gen_mod.erl @@ -52,6 +52,7 @@ -callback start(binary(), opts()) -> any(). -callback stop(binary()) -> any(). +-callback mod_opt_type(atom()) -> fun((term()) -> term()) | [atom()]. -export_type([opts/0]). -export_type([db_type/0]).