chore(hooks): update type
This commit is contained in:
parent
1fa55f5a4e
commit
186094d2ab
|
@ -66,8 +66,8 @@
|
||||||
%% equal priority values.
|
%% equal priority values.
|
||||||
|
|
||||||
-type(hookpoint() :: atom()).
|
-type(hookpoint() :: atom()).
|
||||||
-type(action() :: mfargs()).
|
-type(action() :: {module(), atom(), [term()] | undefined}).
|
||||||
-type(filter() :: mfargs()).
|
-type(filter() :: {module(), atom(), [term()] | undefined}).
|
||||||
|
|
||||||
-record(callback, {
|
-record(callback, {
|
||||||
action :: action(),
|
action :: action(),
|
||||||
|
|
Loading…
Reference in New Issue